• Home
  • Raw
  • Download

Lines Matching +full:consolidate +full:- +full:config

2 ### v0.1.7 (2023-10-04)
7 …`get()` and `get_owned()` (#88) ([fdbc930f](https://github.com/hawkw/sharded-slab/commit/fdbc930fb…
8 …/github.com/hawkw/sharded-slab/commit/bd599e0b2a60a953f25f27ba1fa86682150e05c2), closes [#73](http…
13 ## 0.1.6 (2023-09-27)
18 …/github.com/hawkw/sharded-slab/commit/e4d6482db05d5767b47eae1b0217faad30f2ebd5), closes [#77](http…
22-bit tests (#84) ([828ffff9](https://github.com/hawkw/sharded-slab/commit/828ffff9f82cfc41ed66b474…
27 ## 0.1.5 (2023-08-28)
32 …*Slab:** invalid generation in case of custom config (#80) ([ca090279](https://github.com/hawkw/s…
37 ### 0.1.4 (2021-10-12)
42 …nt overflows `MAX_SHARDS` (#64) ([f1ed058a](https://github.com/hawkw/sharded-slab/commit/f1ed058a3…
47 ### 0.1.3 (2021-08-02)
52 …/github.com/hawkw/sharded-slab/commit/dfcc9080a62d08e359f298a9ffb0f275928b83e4), closes [#60](http…
53 * **tests:** duplicate `hint` mod defs with loom ([0ce3fd91](https://github.com/hawkw/sharded-slab…
58 ### 0.1.2 (2021-08-01)
63 * make debug assertions drop safe ([26d35a69](https://github.com/hawkw/sharded-slab/commit/26d35a…
67 * improve panics on thread ID bit exhaustion ([9ecb8e61](https://github.com/hawkw/sharded-slab/co…
72 ## 0.1.1 (2021-1-4)
77 * change `loom` to an optional dependency ([9bd442b5](https://github.com/hawkw/sharded-slab/commit/…
80 ## 0.1.0 (2020-10-20)
85 …ning true when the key is stale ([b52d38b2](https://github.com/hawkw/sharded-slab/commit/b52d38b2d…
89-slab/commit/778065ead83523e0a9d951fbd19bb37fda3cc280), closes [#41](https://github.com/hawkw/shar…
90 …ard` to `Entry` for consistency ([425ad398](https://github.com/hawkw/sharded-slab/commit/425ad3980…
94 * add missing `Debug` impls ([71a8883f](https://github.com/hawkw/sharded-slab/commit/71a8883ff4fd…
96 …* add `Pool::create_owned` and `OwnedRefMut` ([f7774ae0](https://github.com/hawkw/sharded-slab/co…
97 …/github.com/hawkw/sharded-slab/commit/3e566d91e1bc8cc4630a8635ad24b321ec047fe7), closes [#29](http…
98-slab/commit/778065ead83523e0a9d951fbd19bb37fda3cc280), closes [#41](https://github.com/hawkw/shar…
100 …/github.com/hawkw/sharded-slab/commit/53a970a2298c30c1afd9578268c79ccd44afba05), closes [#29](http…
101 …* rename `Guard` to `Entry` for consistency ([425ad398](https://github.com/hawkw/sharded-slab/com…
102-style `VacantEntry` API ([6776590a](https://github.com/hawkw/sharded-slab/commit/6776590adeda7bf4…
106 * allocate shard metadata lazily (#45) ([e543a06d](https://github.com/hawkw/sharded-slab/commit/e…
111 ### 0.0.9 (2020-04-03)
116 * **Config:** validate concurrent refs ([9b32af58](9b32af58), closes [#21](21))
130 ### 0.0.8 (2020-01-31)
140 ### 0.0.7 (2019-12-06)
145 * **Config:** compensate for 0 being a valid TID ([b601f5d9](b601f5d9))
147 * const overflow on 32-bit ([74d42dd1](74d42dd1), closes [#10](10))
148 * wasted bit patterns on 64-bit ([8cf33f66](8cf33f66))
153 ## 0.0.6 (2019-11-08)
163 ## 0.0.5 (2019-10-31)
168 * consolidate per-slot state into one AtomicUsize (#6) ([f1146d33](f1146d33))
177 ## 0.0.4 (2019-21-30)
197 ## 0.0.3 (2019-07-30)
210 ## 0.0.2 (2019-03-30)
219 ## 0.0.1 (2019-02-30)
221 - Initial release