Browse Source

Bump shim to 0.1.1

ticki 8 years ago
parent
commit
78084f160c
3 changed files with 2 additions and 15 deletions
  1. 1 0
      Cargo.toml
  2. 0 14
      TODO.md
  3. 1 1
      shim/Cargo.toml

+ 1 - 0
Cargo.toml

@@ -17,6 +17,7 @@ unborrow = "0.3.0"
 
 [dependencies.ralloc_shim]
 path = "shim"
+version = "0.1"
 
 [dependencies.clippy]
 version = "0.0.80"

+ 0 - 14
TODO.md

@@ -1,14 +0,0 @@
-- [x] Thread local allocator.
-- [x] Lock reuse
-- [ ] Freeze/unfreeze -- memcompression
-- [ ] Proper error messages in unwraps.
-- [ ] Checkpoints
-- [ ] Fast `calloc`
-- [ ] Microcaches.
-- [ ] Skip blocks.
-- [ ] Flattening
-- [ ] Deallocation cache.
-- [ ] Static assumptions.
-- [ ] Thread local storage.
-- [x] Check `checks` handling of null overlaps.
-- [x] `insert` (and probably `free_inplace`) is possibly due to null overlaps.

+ 1 - 1
shim/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "ralloc_shim"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Jeremy Soller <jackpot51@gmail.com>", "Ticki"]
 
 [profile.release]