hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

Remove lazy_static, requires raising MSRV to 1.68 #91

Open serprex opened 9 months ago

serprex commented 9 months ago

72 suggested lazy_static could be removed in 1.68 as VecDeque::new became a const fn. This PR materializes that suggestion