wvwwvwwv / scalable-concurrent-containers

High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
285 stars 14 forks source link

Docs seem to mention that the max size of Bag is usize::MAX / 2, but the code is actually usize::BITS / 2 #97

Closed dralves closed 1 year ago

dralves commented 1 year ago

This dramatically changes the usefulness of this type, but nonetheless the docs should be updated. Thank you!

wvwwvwwv commented 1 year ago

Oops, thanks! I'll fix it right away.