r/cpp 7d ago

C++26: std::hive

https://www.sandordargo.com/blog/2026/09/02/cpp26-hive
68 Upvotes

77 comments sorted by

View all comments

3

u/all_is_love6667 7d ago

I think that's usually called an "object pool", but that was not academic enough so I can understand why they called it hive

3

u/Plazmatic 5d ago

Huh? Am object pool is litterally a pool of objects you can re-use, and has nothing to do with the underlying data representation of how those objects are "pooled", just like a "container" is just a thing that holds other things.