WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
948 stars 125 forks source link

Add custom def for uint32_t #52

Closed woakesd closed 7 years ago

woakesd commented 7 years ago

Looks like this is the only required change!

woakesd commented 7 years ago

I ran the tests manually and there were no errors. I noticed that travis and appveyor builds failed but I didn't manage to work out the issue there. But I noticed that travis builds have been failing for a while!

WojciechMula commented 7 years ago

Thank you for the fix and the benchmark results. I see the fix is really simple.