-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Add design and implementation of new OakHash API. API only, without the underlying HashMap. Probably the merge can go into a separate branch.
Similar to OakMap, OakHash should be extending ConcurrentHashMap, but must also support Zero-Copy API methods. Most likely new ZeroCopyHash should extand or be similar to ZeroCopyMap. And OakHash should return ZeroCopyHash, having all interfaces.
For more explanations feel free to add questions in this issue.
Reactions are currently unavailable