https://github.com/kirillseva/blink
Redis backed persistent memoization for R
https://github.com/kirillseva/blink
Last synced: 5 months ago
JSON representation
Redis backed persistent memoization for R
- Host: GitHub
- URL: https://github.com/kirillseva/blink
- Owner: kirillseva
- Created: 2015-11-02T16:14:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T22:17:34.000Z (over 9 years ago)
- Last Synced: 2024-08-13T07:13:26.417Z (8 months ago)
- Language: R
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kirillseva/blink - Redis backed persistent memoization for R (R)
README
blink: Persistent memoization layer [](https://travis-ci.org/kirillseva/blink) [](https://codecov.io/github/kirillseva/blink?branch=master)
===========Retrieve the result of your computation faster than you can blink!
Use the power of Redis to provide a persistent memoization layer for your functions.Think of blink as a faster
[cachemeifyoucan](http://github.com/robertzk/cachemeifyoucan)