densh / scala-offheap

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

Add support for off-heap Map #106

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 Map: https://github.com/non/debox/blob/master/src/main/scala/debox/Map.scala