CRAN Release 0.0.3
Major Changes
- Added four cross-session map types
qs_map
,text_map
,rds_map
, andredis_map
- Created
R6
classPersistContainer
, designed to cache key-value pairs on the local hard disk - Implemented function
make_async_evaluator
that works as scheduler to queue arbitrary number of tasks without blocking main R session
Minor Changes
- Renamed
txtq_queue
totext_queue
- Added four vignettes
- Minor fixes