minor fix to README

This commit is contained in:
Dmitry Kolesnikov 2013-07-27 18:46:12 +03:00
parent 916366089c
commit 1b4edeb9cc

View File

@ -67,9 +67,15 @@ The local cache instance is accessible for any Erlang nodes in the cluster.
## Performance
MacBook Pro, Intel Core i5, 2.5GHz, 8GB 1600 MHz DDR3, 256 SSD
LRU Cache, 10 segments, 20 sec ttl (~2 sec per segment)
Local cache (application and cache within same VM)
![Local cache (application and cache within same VM)](local.png)
Distributed cache (application and cache runs in different VMs)
![Distributed cache (application and cache runs in different VMs)](distributed.png)
## Contributors