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
Reading the DenseVecStorage docs gives the impression that everything is densely packed, trading some access performance for better memory usage. Which is true - but a bit misleading, since only the data is dense. The index vector is still sparse.
I think it's worth mentioning that in the docs - that DenseVecStorage can still have a big memory footprint for a small number of entities if their IDs are large.
The text was updated successfully, but these errors were encountered:
Reading the
DenseVecStorage
docs gives the impression that everything is densely packed, trading some access performance for better memory usage. Which is true - but a bit misleading, since only the data is dense. The index vector is still sparse.I think it's worth mentioning that in the docs - that
DenseVecStorage
can still have a big memory footprint for a small number of entities if their IDs are large.The text was updated successfully, but these errors were encountered: