96 Commits (b719beb9d3747bb04f40a0d0e1f8e1f90926df11)

Author SHA1 Message Date
  alexfisher b3bc7e515f final update for codes 8 months ago
  alexfisher 2ac530389a add more tests and update ycsb-benchmark and add crc 8 months ago
  alexfisher 58222843ff huge update:bugs fixed, tests added, new function(unorder iter .etc) added 8 months ago
  alexfisher b00736b43f add unorder iter 9 months ago
  dgy ad1c12a33c no prefetch and use bufferpool instead, read seq speed up to 2000MB/S 9 months ago
  xxy b1e59a336b value ahead of key 9 months ago
  xxy 8d45bf108b v3 roughly complete while mutex lacks in put 9 months ago
  xxy 9da542dfe1 gc dead 9 months ago
  xxy f7fa26c9df gc pass make 9 months ago
  xxy 60c257b829 v3 compaction unfinish 9 months ago
  alexfisher 6102110245 fix deletion bug for version 2 9 months ago
  xxy add24e7eee move serialize and search by field to test 10 months ago
  alexfisher 50b731220b k/v seperation version 2 roughly finish 10 months ago
  alexfisher 730de90449 basic function roughly complete 10 months ago
  Peter Kasting 2cc36eb566 [jumbo] Add begin()/end() to Slice. 1 year ago
  leveldb Team c61238dcf3 Support Zstd compression level in Leveldb 2 years ago
  leveldb Team 1d6e8d64ee Add support for Zstd-based compression in LevelDB. 2 years ago
  Peter Kasting 8b5b1ca96c Fixes for C++20 support. 3 years ago
  xindubawukong 87b3a371b1 remove useless code in cache.h 3 years ago
  Paul Beusterien 24bcf7f7ce Don't include C++ headers in extern C 4 years ago
  Chris Mumford 99b3c03b32 Change version to 1.23. 4 years ago
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. 5 years ago
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. 5 years ago
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 5 years ago
  Victor Costan 863f185970 unsigned char -> uint8_t 6 years ago
  allangj cd1ec032cd Add argument definition for void c functions. 9 years ago
  Victor Costan 24424a1ef2 Style cleanup. 6 years ago
  Chris Mumford 78b39d68c1 Bump the version number from 1.21 to 1.22. 6 years ago
  Chris Mumford 9bd23c7676 Correct class/structure declaration order. 6 years ago
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. 6 years ago
  leveldb Team 3dc9202f78 [leveldb] Specifically export the WriteBatch::Handler inner class for Windows link 6 years ago
  Chris Mumford 56178ddaf4 Update the version to 1.21 in preparation for a new release. 6 years ago
  costan 201f77d137 Inline defaults in options. 6 years ago
  cmumford c69d33b0ec Added native support for Windows. 6 years ago
  costan fe4494804f leveldb: Make WriteBatch::ApproximateSize() const. 6 years ago
  costan 9b44da73d9 Clarify comments for leveldb::Env file reading methods. 7 years ago
  costan 16a2b8bb3a Expose WriteBatch::Append in the C API. 7 years ago
  costan f7b0e1d901 Expose WriteBatch::Append(). 7 years ago
  costan 6caf73ad9d Clean up Iterator. 7 years ago
  costan 4de9594f6f Add move constructor to Status. 7 years ago
  costan 09217fd067 Replace NULL with nullptr in C++ files. 7 years ago
  costan 74f032ff6f leveldb: Require C++11. 7 years ago
  costan 739c25100e Add CMake build support. 7 years ago
  costan aece2068d7 Remove extern from function declarations. 7 years ago
  costan 623d014a54 Expose Env::GetTempDirectory() for use in C test. 7 years ago
  cmumford 47cb9e2a21 Add leveldb_options_set_max_file_size to the C API. 8 years ago
  cmumford 0509414f85 leveldb::DestroyDB will now delete empty directories. 8 years ago
  cmumford 4a7e7f50dc Add LEVELDB_EXPORT macro to export public symbols. 8 years ago
  costan 8415f00eee leveldb: Report missing CURRENT manifest file as database corruption. 8 years ago
  costan 69e2bd224b LevelDB: Add WriteBatch::ApproximateSize(). 8 years ago