Hacker News new | ask | show | jobs
by thegdb 5462 days ago
Thanks. Re: indexes - patches welcome :). I don't expect them to be hard to build though. Since embedded-mongo is in memory, they're just a bunch of hash tables.
1 comments

In that case, I would think that the indexing stuff (i.e. hash lookups) would be way better than linear already. Cool.