Hacker News new | ask | show | jobs
by hyc_symas 4086 days ago
(since LMDB has been mentioned in this thread... LMDB is embeddable in every sense of the word. It can work with as little as 64KB of memory and is already deployed in a number of MCU-based products. Unfortunately I don't have permission to name names.)
1 comments

Is LMDB running on any operating systems that do not offer mmap support?
Not currently. That's kind of a fundamental component of LMDB's design.
Thanks. That makes your comment about MCU-based systems that much more intriguing. :)