Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PowerNukkit/Bedrock-LevelDB

Port of LevelDB to Java
https://github.com/PowerNukkit/Bedrock-LevelDB

Make sure right shifts don't use sign extension

3175160448b84d5e00c38e30adf21b2d869b18a7 authored over 13 years ago
Added getMaxNextLevelOverlappingBytes to DbImpl for testing

b8ba80d51927bfd9dc616a88e0f1d9614846de8a authored over 13 years ago
Include unwritten block in TableBuilder.getFileSize() estimate

6421839957d76aea70d7843ec8e1e77ec04ad3df authored over 13 years ago
Fixed minor bugs in compaction code

9d0b0614679e6511978069a9b6739b1256775928 authored over 13 years ago
Fixed bug where compaction files were being rolled for each entry which created huge numbers of files

f83a4aa0518cbb9e68b2f1d857f5435ced6d8d76 authored over 13 years ago
Implemented phantom reference based cleanup for TableCache

f94908d70aaf18562b5c3a2ee94e5a0071cd793e authored over 13 years ago
Implemented testMinorCompactionsHappen and testHiddenValuesAreRemoved

b55f709f325c3cc03dff0d0a98c4e9466263695c authored over 13 years ago
Implemented more toString methods to make debugging easier

53b4a47c1134a08a18ccb02d55a5a73090dfc081 authored over 13 years ago
Added getApproximateSizes to DbImpl for testing

790ff84f1ec6c7f8346d55d0a0121ac56c1a45f0 authored over 13 years ago
When choosing level-0 files to search compare only using the userkey and not the full internal key

66c053c42c4c393662cd175b5a26c55c17f925ce authored over 13 years ago
When compacting use InternalUserComparator instead of the user supplied comparator

bbe98a84e934212272f0fb0670ed3ac0044b3d02 authored over 13 years ago
Ported some of the tests from db_test.cc

f9ccaca76c80e850a3ed2c1ecfec34355fc41812 authored over 13 years ago
Fixed problems with db close

9c7f94a875fbd70aaff17a670ac23b80f94606c3 authored over 13 years ago
Fixed problem with recovery during startup

8c8513f263296566c5708856758de2c28d7c4ab3 authored over 13 years ago
Disable exception on snapshot release so testing can proceed until this is implemented

e9c455eba37caf6ebb8394583b3aeb892e94d22f authored over 13 years ago
Fixed typo in DB error if exists check

aad541db74e5ca167f25737fc2b11e83a3d839df authored over 13 years ago
Fixed minor typos in precondition checks

10b2050a59caadb92bcc33ad036067f9639cf12e authored over 13 years ago
Actually advance snapshot iterator when entry is after our snapshot

ae44255859cc2df9cfb4fff8505739081d0c0006 authored over 13 years ago
Compaction edit must always have a value

a747384f6fca833302c381435c5da80d6724aeee authored over 13 years ago
Added numberOfFilesInLevel for use in testing

a93098aeaf12d67d7ca1de0cd8e22b25064dab7d authored over 13 years ago
Added simple delete without WriteOptions method

be17268567593cb22280e9b2c8f928e7ab84c70c authored over 13 years ago
Actually schedule a compaction when manual compaction is requested

e84e25effdd97399efd2a3a8779e5034939bbfe7 authored over 13 years ago
Fixed bug where shorttened keys in InternalUserComparator were not written as a valid InternalKey

176ddf865c62bce1a14905238c37b091f2c0e57b authored over 13 years ago
Fixed bug where some blocks in a new table were not created using the user supplied comparator

faf21d8c6f23c3bf15f2a786509c12996b321a2b authored over 13 years ago
Ported db locking code

2760cd52e6478115700adb1ba42fd8af80f4f130 authored over 13 years ago
Stubbed out compaction system

cc04e9596eae7182ef9b348051281ca17afc0e75 authored over 13 years ago
More readme formatting fixes

36b1e0a8447dce7b9fedf26ddaa07b63ec32c71d authored over 13 years ago
Fixed formatting in README

4ae6091e92416dd596c6d130aa2035fe9ee33487 authored over 13 years ago
Basic implementation of high level apis

Get, put, delete, batch writes and iteration implemented
Snapshots implemented (needs testing)
Me...

4ccfbb4e1d7a5d2804152c8c9421fbbfd12392cb authored over 13 years ago
Initial revision of Table

c9d8ba7d186742c755907485859a615328dae375 authored over 13 years ago