Add of HugeData Test
Makefile and bash script added for tester
Fixed Warnings
Initial add of tester programs
Yes, it is safe. Before stack is deallocated, a copy of sruct is made to the caller's...
Is it safe to use ac_trie_findnext()? ahocorasick.c: AC_MATCH_t allocated on stack...
Thank you! I will try to submit it to the PECL. Regards, Dusan Klinec
Hi Dusan, Thanks for your interest in using MultiFast. I am so glad that you found...
Hello, I am Dusan (ph4r05) Klinec, creator of Multifast wrapper for PHP, available...
Hello, I am Dusan (ph4r05) Klinec, creator of Multifast wrapper for PHP, available...
Tagged version 2.0.0
minor re-factor example0.c
Aligned allocated memory on multiple 16
Updated README files
fixed memory release bugs in multifast; Re-fact...
re-factored example 4
re-factored example 3
Added documentation to example2.c
swap example2 and example4
Re-factor: replaced ac_trie* param in replace.c...
Re-factored example1.c
Re-factored example0.c
Added keep option to _rep_flush
huge refactor: name automata changed to trie an...
Re-factored example0.c
fixed uninitialized id type bug
change the return type of _findnext to struct
re-implemented _findnext using _search to remov...
removed the return value of the replace call-ba...
re-factored ahocorasick.c/h : documentation, na...
reform the pattern id and added id deep copy fe...
Added memory pool
replace direct node traverse with recursive one...
refactored; modified the order of recursive fun...
Refactored; added AC_TITLE_DISPOD_t
refactor: node display moved to node.c/h
Refactor: moved collect matches to node.c/h
replace direct node traverse with recursive one...
refactored : coding style; documentation
refactored actypes.h : coding style; naming; do...
refactored ahocorasick.c/h : coding style; nami...
Refactor: node.c/h documentation style
refactored replace.c/h : coding style; naming; ...
modified the type of size indicant variables of...
modified the type of size indicant variables of...
refactored node: rename; coding style; comments
unified allocation and reallocation for nodes a...
added vector grow/add functions for replacement...
Refactor: renamed vector-like variables to comp...
improved node's edge allocation/re-allocation s...
Added lazy replace mode
Fixed a bug: nominee is not applicable when its...
Fixed a bug; a typing mistake; nominee start po...
removed callback and param from function parame...
refactor replace.c: data type names, functions,...
re-factor: function param: replacement_nominee ...
fixed a bug: patterns cutting backlog boundary,...
Modified copyright note
re-factored: renamed AC_PATTRN members
initialized unused replacement fields
initialized unused replacement fields
added the support for replace to multifast
fixed automata reset bug; re-factor
Fixed broken Makefile
replace example program added
major:
fixed lined endings in example2.c
removed a warning from example3
removed warnings from example2
Fixed the broken compile in example2
Replacement capability added to the library - n...
Uses `size_t` instead of `unsigned int` for len...
re-organized example folder