Historial de Commits

Autor SHA1 Mensaje Fecha
  ticki e89d82d0cf Add tests to the `lv` module. hace 8 años
  ticki 0c1b73cdf2 Implement first-fit searching. hace 8 años
  ticki 99ea74d425 Implement generic searching. hace 8 años
  ticki b18787c1e3 Update documentation with link to blog post. hace 8 años
  ticki 4bb5ae4cf0 Add documentation to `search`. hace 8 años
  ticki 66e83e2825 Remove occurrence of `Level(0)` in favor of `Level::min()`. hace 8 años
  ticki 359c6d6f93 Eliminate bound checks from the shortcut stacks safely. hace 8 años
  ticki 9f77bb4847 Add documentation to `Shortcut` hace 8 años
  ticki a24fe01d75 Merge branch 'master' into skiplist hace 8 años
  ticki ab47feeae3 Add note on performance to the readme. hace 8 años
  ticki 6cc435fdae Implement the node removal. hace 8 años
  ticki 249a3d4292 Rename `update_fat` to `increase_fat` to reflect actual behavior. hace 8 años
  ticki 2ce8cd156e Skip null nodes when updating fat values. hace 8 años
  ticki 21c97d1d19 Simplify `Arena::provide`. hace 8 años
  ticki 8cd761bb91 Switch model entirely. Go from flat vector maps to specialized skip list, add draft paper. hace 8 años
  ticki 7f6b779a5f Make `Leak` an invaraint. hace 8 años
  ticki 5a42b783d4 Audit all unsafes. hace 8 años
  ticki 2cb61efbaa Add example folder. hace 8 años
  ticki 6b992ccf84 Update clippy. hace 8 años
  ticki 25c0dbe99d Fix bugs in memtrimming related to the byte count. hace 8 años
  ticki 2c55fb11ce Update the README. hace 8 años
  ticki e3190491ac Multi-level logging and user configuration. hace 8 años
  ticki 8b83c9a282 OS memtrimming for the global allocator. hace 8 años
  ticki 998377c6b4 Implement BRK caching. hace 8 años
  ticki f679d9ced0 Implement memtrimming for the local allocator. hace 8 años
  ticki 2b7af3702d Fix edge-case where `reserve` pushes an adjacent block. hace 8 años
  ticki 265a3c7801 Merge the pushed block with block pushed by reserve hace 8 años
  ticki e081fde191 Add note on nightly. hace 8 años
  Bruce Mitchener 0f78e6901d Fix some typos. hace 8 años
  Taylor Cramer a4bc061a97 Clarify README example by adding a more descriptive print message hace 8 años