Hacker News new | ask | show | jobs
by ximus 4087 days ago
It seems like here "embeddable" means it can be compiled into an app, as opposed to getting accessed through a server. Is that correct?

Yes

whether or not it is a good fit for small CPUs and microcontrollers is another characteristic that I can't comment on.

1 comments

(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.)
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. :)