You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: