From 7e913dc0fa686e71576ba06d2462f9a4784a5026 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Sun, 11 Aug 2019 18:42:04 +0300 Subject: [PATCH] [documentation] Extend references section --- documentation/readme.rst | 44 ++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/documentation/readme.rst b/documentation/readme.rst index 851b8f3..b066f50 100644 --- a/documentation/readme.rst +++ b/documentation/readme.rst @@ -712,15 +712,47 @@ References ========== -.. [CDB] `CDB @WikiPedia `_ +.. [Go] + * `Go `__ (@WikiPedia); + * `Go `__ (project); -.. [Brotli] `Brotli @WikiPedia `_ +.. [CDB] + * `CDB `__ (@WikiPedia); + * `cdb `__ (project); + * `cdb internals `__ (article); + * `Benchmarking LevelDB vs. RocksDB vs. HyperLevelDB vs. LMDB Performance for InfluxDB `__ (article); + * `Badger vs LMDB vs BoltDB: Benchmarking key-value databases in Go `__ (article); + * `Benchmarking BDB, CDB and Tokyo Cabinet on large datasets `__ (article); + * `TinyCDB `__ (fork project); + * `tinydns `__ (DNS server using CDB); + * `qmail `__ (SMTP server using CDB); -.. [mmap] `Memory mapping @WikiPedia `_ +.. [wrk] + * `wrk `__ (project); + * modern HTTP benchmarking tool; + * multi threaded, with event loop and Lua support; -.. [HAProxy] `HAProxy Load Balancer `_ +.. [Brotli] + * `Brotli `__ (@WikiPedia); + * `Brotli `__ (project); + * `Results of experimenting with Brotli for dynamic web content `__ (article); -.. [wrk] `wrk -- modern HTTP benchmarking tool `_ +.. [HAProxy] + * `HAProxy `__ (@WikiPedia); + * `HAProxy `__ (project); + * reliable high performance TCP/HTTP load-balancer; + * multi threaded, with event loop and Lua support; -.. [darkhttpd] `darkhttpd -- simple static HTTP server `_ (single threaded, with event loop and ``sendfile`` support) +.. [NGinx] + * `NGinx `__ (@WikiPedia); + * `NGinx `__ (project); + +.. [darkhttpd] + * `darkhttpd `__ (project); + * simple static HTTP server; + * single threaded, with event loop and ``sendfile`` support; + +.. [mmap] + * `Memory mapping `__ (@WikiPedia); + * `mmap(2) `__ (Linux man page);