GitHub - mattreecebentley/plf_colony: An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
DRANK
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-perf...
1 comments
std::colony
の最新のリファレンス実装 v6 が公開vector
,deque
に次ぐイテレーション速度で、それらより要素の追加・削除(途中含む)を高速化できる性質