wickdb icon indicating copy to clipboard operation
wickdb copied to clipboard

Pure Rust LSM-tree based embedded storage engine

Results 21 wickdb issues
Sort by recently updated
recently updated
newest added

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...

dependencies

Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.2.1 to 0.2.3. Commits 149a3c9 Release crossbeam-queue 0.2.3 18363b5 Merge #476 e32c891 Release new versions 6d6591a Merge #474 528c3ca Undo bump of rand as it bumps MSRV...

dependencies

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.0 to 0.4.4. Changelog Sourced from crossbeam-channel's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.7.0 to 0.8.7. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add AtomicCell<{i*,u*,bool}>::fetch_nand. (#785) Fix unsoundness of AtomicCell<{i,u}64> arithmetics on 32-bit targets that support...

dependencies

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.2 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

![image](https://user-images.githubusercontent.com/69608605/118787708-a9192e80-b8c5-11eb-8819-23d4891b336c.png) 如题

Add an individual module for benchmark through customized YCSB workload. Refer to https://github.com/cockroachdb/pebble/blob/master/cmd/pebble/ycsb.go

Currently, the `WriteBatch` follows the original implementation of leveldb, which is a `Vec` with encoded entries. When we call `put`, the entry will be encoded into variant length based encoded...

enhancement

``` running 1 test test sstable::tests::test_randomized_key ... FAILED failures: ---- sstable::tests::test_randomized_key stdout ---- thread 'sstable::tests::test_randomized_key' panicked at 'called `Option::unwrap()` on a `None` value', src/db/iterator.rs:387:43 ```

bug