summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-30 10:51:19 +0200
committerLars Wirzenius <liw@liw.fi>2018-10-30 10:51:19 +0200
commitfe781758a920121bd7b4271bf252b4a75c880ac1 (patch)
treef320058e84c8c83ec3bdbb5cbf6fec56e41724a6
parent8ef7f4efd362c6d4713922dc4fed9a64b9e11739 (diff)
downloadmuck-poc-fe781758a920121bd7b4271bf252b4a75c880ac1.tar.gz
Add: performance goal for Rust version
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index c09bf9a..cc28812 100644
--- a/README
+++ b/README
@@ -27,7 +27,8 @@ Muck is currently a single-threaded Python program using the Bottle.py
framework and its built-in HTTP server. The production version of Rust
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).
+laptop (plain HTTP over localhost). The goal is to have the Rust
+version be able to do at least 50 thousand requests per second.
Comments? Feedback? Bug reports? Patches?
-----------------------------------------------------------------------------