-
Notifications
You must be signed in to change notification settings - Fork 0
todated/caching-demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Non-scientific Benchmark of some caching approaches in Perl. The most popular caching approach in Perl in CHI which has backend plugins for in-memory caching, memcached, file system caching (which is NFS-safe), and MySQL. Keep in mind that data, in particular numerical data, can be represented differently on different types of computer architectures (e.g. 64 bit vs 32 bit). If you are not sure, you should take measures to not share cached data between different platforms. The easiest way to achieve this is also include the name of the platform in the cache key or in in the name of the directory where you cache files.
About
Benchmarking of caching approaches in Perl
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published