Memory usage #960
Replies: 2 comments 8 replies
-
So Are the p's unique? I'm guessing not, since it uses With unique keys, some sort of trie would be great at storing a sparse index mapping, provided there is some clustering. |
Beta Was this translation helpful? Give feedback.
-
FWIW |
Beta Was this translation helpful? Give feedback.
-
Starting a thread here about my memory usage explorations. Currently my app gets killed often by iOS for using too much memory during a boolean. Here's what a graph looks like for a successful boolean:
So high-water-mark memory usage is ~3x steady state during the boolean.
Biggest single allocation (1.18 gb):
Beta Was this translation helpful? Give feedback.
All reactions