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
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Currently this is done by doing a get where the value is ignored, but this has the overhead of copying the value string. This could be done by having a specific operation that just works against the keys. This could be done by a bloom filter (which would be KeyMayExist) or by checking the inner/leaf nodes (which would be KeyExists).
The text was updated successfully, but these errors were encountered:
This would be helpful for JNI & FFI since no callbacks would have to be created & passed. All existing engines have an internal search method that would make this an easy implementation.
Currently this is done by doing a get where the value is ignored, but this has the overhead of copying the value string. This could be done by having a specific operation that just works against the keys. This could be done by a bloom filter (which would be KeyMayExist) or by checking the inner/leaf nodes (which would be KeyExists).
The text was updated successfully, but these errors were encountered: