8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I believe folly::AtomicHsahMap doesn't have erase method (or it's usage is highly discouraged).
folly::AtomicHsahMap
erase
But since we store objects separately (in a memory resource) the memory impact should go unnoticed.
If we do 100 del/sec then we would waste 47mb after 16 hours of runtime. Seems fine