Skip to content
New issue

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

weird things are happening #1

Open
alex-s168 opened this issue Oct 9, 2024 · 2 comments
Open

weird things are happening #1

alex-s168 opened this issue Oct 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@alex-s168
Copy link

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)

@PitilessPeanut
Copy link
Owner

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!

@PitilessPeanut PitilessPeanut added the bug Something isn't working label Oct 10, 2024
@alex-s168
Copy link
Author

I'm using this for caching data of a tiny build system thingy and this is the only library that meets my requirements:

  • really really really tiny
  • writes directly into file

I hope that you will continue working on this awesome project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants