Update README.rst

This commit is contained in:
Shay Palachy
2016-08-28 23:04:20 +03:00
committed by GitHub
parent ac62386ca0
commit 5d09aeb57c
+1
View File
@@ -40,6 +40,7 @@ Features
* Thread-safety.
Cachier is not:
* Meant as a transient cache. Python's @lru_cache is better.
* Especially fast. It is meant to replace function calls that take more than... a second, say (overhead is around 1 millisecond).