Skip to content

Commit 6e097ef

Browse files
committed
perf improvement from ~42K rps to 60K+ rps
1 parent 73c3285 commit 6e097ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ which will contain, `redis-cli.exe` and `redis-benchmark.exe`. It will also cont
7575
Benchmarked performance of this RedisLite implementation in Java with `redis (redis-server.exe)`, details available in
7676
this LinkedIn post https://www.linkedin.com/feed/update/urn:li:activity:7146891617956786178/
7777

78-
Edit: After performance improvements at the source code level, this server can handle 20K+ requests more per second!
78+
Edit: After performance improvements at the source code level, this server can handle 60K+ requests per second, compared to ~42K requests previously.
7979
This was done simply by moving the hash maps into their own classes and accessing by reference, rather than having them as static variables in the server class :)
8080

8181
*This has been tested on my HP Laptop (Intel Core i5 + 8GB, running Windows 10), keeping in mind Java's WORA principle,

0 commit comments

Comments
 (0)