summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-30 11:08:47 +0200
committerLars Wirzenius <liw@liw.fi>2018-10-30 11:08:47 +0200
commit8969020ef7a6eeba9b082ee7db5a82b05a513d83 (patch)
treec62cd199ea983ab622cebb62b3b73642a235d333
parentfe781758a920121bd7b4271bf252b4a75c880ac1 (diff)
downloadmuck-poc-8969020ef7a6eeba9b082ee7db5a82b05a513d83.tar.gz
Fix: Rust -> Muck
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index cc28812..df26838 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ later. The goal is to have allow access to be specified per user, per
resource and per operation.
Muck is currently a single-threaded Python program using the Bottle.py
-framework and its built-in HTTP server. The production version of Rust
+framework and its built-in HTTP server. The production version of Muck
will probably be written in Rust for performance. The current Python
version can do order of 900 requests per second on a Thinkpad X220
laptop (plain HTTP over localhost). The goal is to have the Rust