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
We currently use basis=16 and dimension=16 to cover the entire u64 key-space. This is wasteful as many applications can scope their keys to a smaller space.
We should allow users to specify this when constructing the map
The text was updated successfully, but these errors were encountered:
We currently use basis=16 and dimension=16 to cover the entire u64 key-space. This is wasteful as many applications can scope their keys to a smaller space.
We should allow users to specify this when constructing the map
The text was updated successfully, but these errors were encountered: