Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このブログ投稿に示されているような高速割り当てパターンのstd::wstring実装に使用できるオープンソースアロケータ(おそらくBoostにある)はありますか?
std::wstring
Boost.Poolは、この目的にはあまり適していません。
いいえ、ありません(私は数時間、一度検索しました)。使用中にメモリを解放する必要がない場合は、自分で行うのはかなり簡単です。動的にリリースしたい場合は、フリーリスト管理やLRUなどで大変な作業になります。