view examples/kvserver/README.md @ 555:bdff7d154b55

Added tag v1.0 for changeset 1a7d1eba51bc
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 30 Jun 2022 21:11:09 -0700
parents c819897ec8fc
children
line wrap: on
line source

# kvserver

A simplistic Key/Value HTTP server using rusty-leveldb.

It is not multi-threaded, and achieves around 13'000 ops per second (both
fetching and storing keys) on my somewhat old `Intel(R) Xeon(R) CPU E5-1650 v2 @
3.50GHz` using `ab`.

For comparison, writing of random keys directly (in-process) usually happens at
300'000 keys per second.