hawkw / sharded-slab

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

Can I set Config::RESERVED_BITS to 32? #68

Open NobodyXu opened 2 years ago

NobodyXu commented 2 years ago

^

Context:

I am implementing a sftp client in Rust, which requires me to provide a unique u32 request id for each request.