Implement over-allocation for histograms with growing axes
オープン
- 主要言語
- C++
- スター
- 334
- フォーク
- 76
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Histograms with a growing axes should allocate more space than needed, similar to vector's push_back. This requires adding an extra field on an axis to query the spare capacity. A storage is then only resized if the spare capacity is exceeded.
コントリビューションガイド
評価
この issue はまだ評価されていません。