Commit d6df3873c7abc243683d0e8fccbfde4e76f23e53

Norihiro Tanaka 2016-12-14T16:31:57

dfa: performance improvement for removal of epsilon closure * lib/dfa.c (delete): Use binary search to find deleted index. (replace): New function. It replaces a position with the followed set. (epsclosure): Replace it with a new algorithm. Update caller.