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
While using the library (specially the splay tree) as backend to a project, I did a stress test and found my app segfaulting under some strange and very specific conditions (300,000 items added to the tree in one loop followed by another loop of 300,000 items, no problem. 350,000 items added in one loop = segfault).
This is recreatable by loading your benchmarks for the treemaps and changing the array size to 261_123 (or any value above 261,122).
The text was updated successfully, but these errors were encountered:
Hi there.
While using the library (specially the splay tree) as backend to a project, I did a stress test and found my app segfaulting under some strange and very specific conditions (300,000 items added to the tree in one loop followed by another loop of 300,000 items, no problem. 350,000 items added in one loop = segfault).
This is recreatable by loading your benchmarks for the treemaps and changing the array size to 261_123 (or any value above 261,122).
The text was updated successfully, but these errors were encountered: