mirror of
https://github.com/valitydev/cache.git
synced 2024-11-06 01:45:19 +00:00
minor fix to README
This commit is contained in:
parent
916366089c
commit
1b4edeb9cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user