You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[perf] Use Vec instead of BTreeMap in tree_from_memory (#1338)
* Build memory tree presumably faster
* Construct all-zero nodes in advance
* Revert "Construct all-zero nodes in advance"
This reverts commit 9f7dc7f.
* Cosmetic change
* Calculate the capacity first, then reserve exactly this much
* Revert "Calculate the capacity first, then reserve exactly this much"
This reverts commit 3ee49b3.
* Make pagedvec iter return &T, not T
* Calculate the capacity first, then reserve exactly this much
* Revert "Make pagedvec iter return &T, not T"
This reverts commit f1e8403.
* Revert "Calculate the capacity first, then reserve exactly this much"
This reverts commit c719be1.
* Cache only all-zero leaf
* Avoid building `Vec<(_, [F; CHUNK])>`
* Revert "Cache only all-zero leaf"
This reverts commit 98ae517.
* Revert "Revert "Cache only all-zero leaf""
This reverts commit e247f5b.
---------
Co-authored-by: Jonathan Wang <[email protected]>
0 commit comments