alexandrnikitin / bloom-filter-scala

Bloom filter for Scala, the fastest for JVM
https://alexandrnikitin.github.io/blog/bloom-filter-for-scala/
MIT License
376 stars 57 forks source link

Scala 2.12.1 support? #22

Closed dmrolfs closed 7 years ago

dmrolfs commented 7 years ago

With 2.12 scala.concurrent.util.Unsafe is removed impacting this project. Are you planning to update accordingly? I'm curious about your thoughts on how to go about it. Thanks

dmrolfs commented 7 years ago

I'm happy to help, and would appreciate any guidance in what you think may be promising.

alexandrnikitin commented 7 years ago

@dmrolfs Thanks for the issue. Scala 2.12.x support is definitely needed! Frankly I didn't investigate the topic yet to propose anything.

fediq commented 7 years ago

@alexandrnikitin I've added Scala 2.12 support in #31 . Could you review it please?

alexandrnikitin commented 7 years ago

@fediq Thank you for your time!

I published v0.10.0 with Scala 2.12 support

alexandrnikitin commented 7 years ago

Closed via #31