Learn R Programming

⚠️There's a newer version (0.1-7) of this package.Take me there.

DSL (version 0.1-4)

Distributed Storage and List

Description

A package providing functions and methods for handling distributed storage (DStorage) and lists (DLlist). It implements an abstract DList class for storing large list-type objects in a distributed manner. In doing so it uses a well defined storage backend implemented based on the DStorage class. It allows for processing such DLists on distributed systems efficiently.

Copy Link

Version

Install

install.packages('DSL')

Monthly Downloads

295

Version

0.1-4

License

GPL-3

Maintainer

Stefan Theussl

Last Published

June 3rd, 2013

Functions in DSL (0.1-4)

DGather

Gather Distributed Data
DStorage

Virtual Distributed Storage Class
DList

Distributed List Class
KeyValue

Key/Value Pairs
MapReduce

MapReduce for "DList" Objects