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 Set #105

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

Add support for off-heap Set #105

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

Comments

@adam-wyluda
Copy link
Contributor

It should support following basic operations:

  • apply - check if argument is contained in this set
  • add
  • remove
  • foreach
  • transform
  • map
  • toSet

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

@densh densh changed the title Add support for off-heap set Add support for off-heap Set 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