lcdb icon indicating copy to clipboard operation
lcdb copied to clipboard

LevelDB implemented in C (unofficial -- not affiliated with Google in any way)

Results 4 lcdb issues
Sort by recently updated
recently updated
newest added

…to resolve some compiler warnings I like your project concept. So trying to contribute a little bit. Took this list of warnings and tried to resolve a bunch of them:...

The two tests `test/t-autocompact` and `test/t-corruption` can fail unexpectedly on low-power systems (like e.g. a CI worker with restricted CPU resources or old hardware), as the hardcoded time of 1...

Are the expected test results documented somewhere I’m missing? Right now, some produce output, some don’t, most (but I think not all) of those that produce output say PASS. It...