smallvec
performance issues on common store operations
#1748
Labels
🏹 arrow
concerning arrow
🚀 performance
Optimization, memory use, etc
⛃ re_datastore
affects the datastore itself
See #1747 for detailed benchmarks.
The obvious solution seems to be to simply switch to
tinyvec
which:The only downside is the
Default
requirement: for those cases whereDefault
is not an option, a vanillaVec
seems like the best bet.The text was updated successfully, but these errors were encountered: