Kyoto Tycoon's secure replication: https://blog.cloudflare.com/kyoto-tycoon-secure-replication/
TCP performance issues: http://www.stuartcheshire.org/papers/NagleDelayedAck/ And perhaps enough for next week too :-) On trees in & around flash-based storage: http://codecapsule.com/2014/02/12/coding-for-ssds-part-6-a-summary-what-every-programmer-should-know-about-solid-state-drives/ SILT – a memory efficient key-value store: http://www.cs.cmu.edu/~dga/papers/silt-sosp2011.pdf & https://github.com/silt/silt LMDB - lightning Memory-backed DB: http://symas.com/mdb/ Hierarchical B+-Tree based Tries: http://db.csail.mit.edu/sigmod11contest/sigmod_2011_contest_poster_jungsang_ahn.pdf & https://github.com/couchbaselabs/ForestDB RocksDB - a better leveldb: https://github.com/facebook/rocksdb & https://github.com/leo-project/erocksdb Benchmarking: http://symas.com/mdb/microbench/ & http://symas.com/mdb/inmem/compress/ http://influxdb.com/blog/2014/06/20/leveldb_vs_rocksdb_vs_hyperleveldb_vs_lmdb_performance.html https://github.com/couchbaselabs/ForestDB-Benchmark
