densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 38 forks source link

Add support for off-heap Set #105

Open adam-wyluda opened 8 years ago

adam-wyluda commented 8 years ago

It should support following basic operations:

Implementation could use ideas from non/debox Set: https://github.com/non/debox/blob/master/src/main/scala/debox/Set.scala