trie icon indicating copy to clipboard operation
trie copied to clipboard

High RAM usage

Open awnumar opened this issue 4 years ago • 1 comments

This package is pulled in as a dependency of one of my dependencies, and it's causing unusually high RAM usage. Related issue: https://github.com/prologic/bitcask/issues/67

This looks like a memory leak to me since it's unlikely the garbage collector ran in the short time my program was running, and during that time it managed to slurp up 13 GB of memory.

awnumar avatar Aug 14 '19 21:08 awnumar