0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge an accidental branch, and fix bugs regarding Tree key stealing More... about 6 years ago
Tree: Add YAML serde capability More... about 6 years ago
Tree: don't write trait bounds on structs and enums More... about 6 years ago
Tree: reduce tree height when root node has len()==1 More... about 6 years ago
Tree: fix logic error in take_high_keys More... about 6 years ago
Tree: improve the insert & lookup unit tests More... about 6 years ago
Tree: use smaller constraints for unit tests More... about 6 years ago
WIP Tree::remove More... about 6 years ago
Tree: collapse NodeData and Node More... about 6 years ago
Tree: move node locks back into the parent pointers More... about 6 years ago
Tree: define some helper methods on IntElem More... about 6 years ago
Tree: after splitting an internal node, choose the correct child More... about 6 years ago
derive Debug for Tree More... about 6 years ago
Tree: fix IntData::position and add some tests. More... about 6 years ago
Tree: add some helper methods More... about 6 years ago
factor out some common code in Tree More... about 6 years ago
Refactor Tree and add insert support More... about 6 years ago
Rename the BTree to plain old Tree. More... about 6 years ago
Update futures-locks dependency to get RwLock::get_mut More... about 6 years ago
BTree::lookup: use binary search instead of linear search More... about 6 years ago
Btree: rename some symbols. No functional change. More... about 6 years ago
DDML: implement compression More... about 6 years ago
DDML: pad writes up to the nearest 4KB More... about 6 years ago
DDML: verify checksum on read More... about 6 years ago
Update mockers dependency to 0.10.1 More... about 6 years ago
Add more tests for DDML More... about 6 years ago
Add a functional test for DDML More... about 6 years ago
WIP adding the DDML More... about 6 years ago
Define PBA (physical block address) as shorthand for ClusterT, LbaT pair More... about 6 years ago
use_graph: add more external crates More... about 6 years ago