|
|
|
|
|
by vinnyglennon
5010 days ago
|
|
Storing a list of 1.7 million strings for us takes 70mb stored in memory. Testing for membership is an O(1) op. Very happy with it. We use mongo as a dumb data store as well as a bunch of other infrastructure tools, like http://circleci.com we could have only dreamt of years ago. |
|
Curious how. O(1) an array index lookup, not a string lookup, I thought.