Results 67 comments of Alexandr Nikitin

`IsFinished` field shows that some keyword ends at that node. It's possible to add such feature but it seems too specific. One more thing my intention was to make the...

Push new version with the "Search" feature. You can try it using `Install-Package AhoCorasick.Net -Version 0.6.0-beta`

Pushed the fix with `0.6.1-beta` version

Thanks for reporting that. Can you specify Java and Scala versions you use please.

@il-bert Yes, it could be dependency config related thing. I can't reproduce the issue 😢 . I'll be happy to fix it if you can provide a repro project for...

@SidWeng I've created a PR #41 with code that uses `java.lang.Long.bitCount()` instead. But it crashes JVM for some reason I don't quite understand 😞 Also don't know about Scala 2.12...

Sure, I posted logs to [this gist](https://gist.github.com/alexandrnikitin/4b5d499e25ae9a0de31eba1726e59b0d). To reproduce I run `sbt "project tests" "testOnly *UnsafeBitArraysSpec"` on #41. Surprisingly it's green on [travis-ci](https://travis-ci.org/alexandrnikitin/bloom-filter-scala/builds/428043226)

Hi Eyal, Thank you for the suggestions! Yes, definitely! Pull requests are welcome!

Great! I think a sub project for kryo is a better option.

Not yet. As I see @eyalfa has done some work in the fork's branch https://github.com/eyalfa/bloom-filter-scala/commits/kryo_support @kdsandip Would you have time to review and continue the work?