Package: DSL 0.1-7
DSL: Distributed Storage and List
An abstract DList class helps storing large list-type objects in a distributed manner. Corresponding high-level functions and methods for handling distributed storage (DStorage) and lists allows for processing such DLists on distributed systems efficiently. In doing so it uses a well defined storage backend implemented based on the DStorage class.
Authors:
DSL_0.1-7.tar.gz
DSL_0.1-7.zip(r-4.5)DSL_0.1-7.zip(r-4.4)DSL_0.1-7.zip(r-4.3)
DSL_0.1-7.tgz(r-4.4-x86_64)DSL_0.1-7.tgz(r-4.4-arm64)DSL_0.1-7.tgz(r-4.3-x86_64)DSL_0.1-7.tgz(r-4.3-arm64)
DSL_0.1-7.tar.gz(r-4.5-noble)DSL_0.1-7.tar.gz(r-4.4-noble)
DSL_0.1-7.tgz(r-4.4-emscripten)DSL_0.1-7.tgz(r-4.3-emscripten)
DSL.pdf |DSL.html✨
DSL/json (API)
# Install 'DSL' in R: |
install.packages('DSL', repos = c('https://theussl.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:11307be346. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
Exports:as.DListDGatherDKeysDL_storageDL_storage<-DLapplyDListDMapDReduceDStorageis.DListis.DStorage
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Gather Distributed Data | DGather |
Distributed List Class | as.DList DList DL_storage DL_storage<- is.DList |
Virtual Distributed Storage Class | DStorage is.DStorage |
Key/Value Pairs | DKeys |
MapReduce for '"DList"' Objects | DLapply DMap DReduce |