An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

blink: Persistent memoization layer [![Build Status](https://travis-ci.org/kirillseva/blink.svg?branch=master)](https://travis-ci.org/kirillseva/blink) [![codecov.io](https://codecov.io/github/kirillseva/blink/coverage.svg?branch=master)](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)