Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(interactive): Increase the reserved slots for small graphs (#4299)
We currently allocate an additional 1/4 of the required space when opening a graph, resulting in a smaller reserved space for smaller graphs. To address this, we are increasing the minimum capacity for vertex storage to 4096. Fix #4105
- Loading branch information