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
It works fine for all keys with size <= 10, but when I call get() with a key longer than 10 bytes, it doesn't find it, even if it's already in the database. When I call put() after that, it adds it to the DB another time, but with partially uninitialized data. (And yes, calling get() again after that does the same thing)
The text was updated successfully, but these errors were encountered:
Hello Alex! Thank you for your comment super appreciated!!! As you might have expected, this project is FAR from finished/production ready! There are many issues and substantial effort will be required to move things forward. Right now I'm severely time-constrained and, while I still keep this project active, at least a couple of hours will be required every week to make progress. If you like to contribute feel free to submit a pullrequest or patch and I will be happy to merge!
Greetings and thank you again for taking time explore this project! I will try to fix the most immediate issues asap!
It works fine for all keys with size <= 10, but when I call get() with a key longer than 10 bytes, it doesn't find it, even if it's already in the database. When I call put() after that, it adds it to the DB another time, but with partially uninitialized data. (And yes, calling get() again after that does the same thing)
The text was updated successfully, but these errors were encountered: