We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to also have Java bindings?
The text was updated successfully, but these errors were encountered:
No plans.
Sorry, something went wrong.
Delete feature (luispedro#5)
6884e3f
* Adding unittests for OS Wrappers * Adding size() and clear() methods to C++ wrapper * Small refactoring on diskhash.hpp * Adds update functionality * Small improvements * Adds indexed lookup feature * Adds delete feature (adapted version of Kolosovskiy's approach) * Alignment issues * Changed entry table offset position, added show_st() * Fixed delete issues, added unittests * Added unittest * Added option to insert value by memory reference * Improved function checks, added unittests * Code improvements * Fixes memory unalignment issues * Fixes literals to unsigned * Sets local functions as static * Add unittests (empty key works) * Adding reserve feature to C++ wrapper + improvements + unittests * Bug in the index calculation * Unittest for the hash index calculation * Added remove() feature to the C++ wrapper * Alignment fix * Memory alignment improvements (more compact) * Adding slow tests unittest group
No branches or pull requests
Any plan to also have Java bindings?
The text was updated successfully, but these errors were encountered: