Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Add support for off-heap Map #106

Open
adam-wyluda opened this issue Mar 16, 2016 · 0 comments
Open

Add support for off-heap Map #106

adam-wyluda opened this issue Mar 16, 2016 · 0 comments
Labels

Comments

@adam-wyluda
Copy link
Contributor

It should support following basic operations:

  • update - put element at given key
  • get / apply - return underlying value in an Option
  • contains
  • remove
  • foreach
  • map
  • mapValues
  • transform
  • transformValues
  • toMap

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

@densh densh changed the title Add support for off-heap map Add support for off-heap Map Mar 17, 2016
@densh densh added the Feature label Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants