I'd like to nominate Candystore - a fast, persistent key-value store that does not require LSM or WALs.
Other than plain key-value pairs, it also supports linked lists, which can be used to create cheap indexes, so it can also function like a DB more than a plain KV store.