rust-lang / wg-allocators

Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!
http://bit.ly/hello-wg-allocators
205 stars 9 forks source link

Use a `Storage` backend for collection rather than an allocator-based one #79

Open TimDiekmann opened 3 years ago

TimDiekmann commented 3 years ago

At internals.rlo a nice proposal was made. I like to track the proposal in this repository but keep the discussion at the linked topic to avoid splitting the context.

programmerjake commented 1 year ago

I mentioned this in the latest ArrayVec RFC: https://github.com/rust-lang/rfcs/pull/3316#issuecomment-1247587175

Also, the conversation for storages has apparently moved to: https://github.com/rust-lang/wg-allocators/issues/93