Commit History

Author SHA1 Message Date
  ticki 2ed94fc2e1 Add `Pointer::aligned_to` test. 8 years ago
  ticki fe9037c256 Add `Block::sec_zero()` test. 8 years ago
  ticki 4772de6dd8 Add `Block::empty` test. 8 years ago
  ticki c03967843e Use `brk` instead of arrays for testing `Block`. 8 years ago
  ticki e89d82d0cf Add tests to the `lv` module. 8 years ago
  ticki 0c1b73cdf2 Implement first-fit searching. 8 years ago
  ticki 99ea74d425 Implement generic searching. 8 years ago
  ticki b18787c1e3 Update documentation with link to blog post. 8 years ago
  ticki 4bb5ae4cf0 Add documentation to `search`. 8 years ago
  ticki 66e83e2825 Remove occurrence of `Level(0)` in favor of `Level::min()`. 8 years ago
  ticki 359c6d6f93 Eliminate bound checks from the shortcut stacks safely. 8 years ago
  ticki 9f77bb4847 Add documentation to `Shortcut` 8 years ago
  ticki a24fe01d75 Merge branch 'master' into skiplist 8 years ago
  ticki ab47feeae3 Add note on performance to the readme. 8 years ago
  ticki 6cc435fdae Implement the node removal. 8 years ago
  ticki 249a3d4292 Rename `update_fat` to `increase_fat` to reflect actual behavior. 8 years ago
  ticki 2ce8cd156e Skip null nodes when updating fat values. 8 years ago
  ticki 21c97d1d19 Simplify `Arena::provide`. 8 years ago
  ticki 8cd761bb91 Switch model entirely. Go from flat vector maps to specialized skip list, add draft paper. 8 years ago
  ticki 7f6b779a5f Make `Leak` an invaraint. 8 years ago
  ticki 5a42b783d4 Audit all unsafes. 8 years ago
  ticki 2cb61efbaa Add example folder. 8 years ago
  ticki 6b992ccf84 Update clippy. 8 years ago
  ticki 25c0dbe99d Fix bugs in memtrimming related to the byte count. 8 years ago
  ticki 2c55fb11ce Update the README. 8 years ago
  ticki e3190491ac Multi-level logging and user configuration. 8 years ago
  ticki 8b83c9a282 OS memtrimming for the global allocator. 8 years ago
  ticki 998377c6b4 Implement BRK caching. 8 years ago
  ticki f679d9ced0 Implement memtrimming for the local allocator. 8 years ago
  ticki 2b7af3702d Fix edge-case where `reserve` pushes an adjacent block. 8 years ago