RMVL (Q114581): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Added link to MaRDI item.
 
(6 intermediate revisions by 2 users not shown)
Property / last update
20 February 2022
Timestamp+2022-02-20T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 20 February 2022 / rank
Normal rank
 
Property / copyright license
 
Property / copyright license: GNU Lesser General Public License, version 2.1 / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: R / rank
Normal rank
 
Property / software version identifier
 
0.0.1.0
Property / software version identifier: 0.0.1.0 / rank
 
Normal rank
Property / software version identifier: 0.0.1.0 / qualifier
 
publication date: 22 June 2021
Timestamp+2021-06-22T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.1.2
Property / software version identifier: 0.0.1.2 / rank
 
Normal rank
Property / software version identifier: 0.0.1.2 / qualifier
 
publication date: 23 June 2021
Timestamp+2021-06-23T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.1.3
Property / software version identifier: 0.0.1.3 / rank
 
Normal rank
Property / software version identifier: 0.0.1.3 / qualifier
 
publication date: 26 June 2021
Timestamp+2021-06-26T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.1.4
Property / software version identifier: 0.0.1.4 / rank
 
Normal rank
Property / software version identifier: 0.0.1.4 / qualifier
 
publication date: 8 July 2021
Timestamp+2021-07-08T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.1.6
Property / software version identifier: 0.0.1.6 / rank
 
Normal rank
Property / software version identifier: 0.0.1.6 / qualifier
 
publication date: 18 July 2021
Timestamp+2021-07-18T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.2.1
Property / software version identifier: 0.0.2.1 / rank
 
Normal rank
Property / software version identifier: 0.0.2.1 / qualifier
 
publication date: 15 August 2021
Timestamp+2021-08-15T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.3.0
Property / software version identifier: 0.0.3.0 / rank
 
Normal rank
Property / software version identifier: 0.0.3.0 / qualifier
 
publication date: 20 September 2021
Timestamp+2021-09-20T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.4.1
Property / software version identifier: 0.0.4.1 / rank
 
Normal rank
Property / software version identifier: 0.0.4.1 / qualifier
 
publication date: 7 December 2021
Timestamp+2021-12-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.4.3
Property / software version identifier: 0.0.4.3 / rank
 
Normal rank
Property / software version identifier: 0.0.4.3 / qualifier
 
publication date: 10 January 2022
Timestamp+2022-01-10T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.4.8
Property / software version identifier: 0.0.4.8 / rank
 
Normal rank
Property / software version identifier: 0.0.4.8 / qualifier
 
publication date: 29 October 2023
Timestamp+2023-10-29T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.4.9
Property / software version identifier: 0.0.4.9 / rank
 
Normal rank
Property / software version identifier: 0.0.4.9 / qualifier
 
publication date: 30 October 2023
Timestamp+2023-10-30T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.0.0.1
Property / software version identifier: 1.0.0.1 / rank
 
Normal rank
Property / software version identifier: 1.0.0.1 / qualifier
 
publication date: 4 December 2023
Timestamp+2023-12-04T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
4 December 2023
Timestamp+2023-12-04T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 4 December 2023 / rank
 
Normal rank
Property / description
 
Mappable vector library provides convenient way to access large datasets. Use all of your data at once, with few limits. Memory mapped data can be shared between multiple R processes. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface or a fast network file system. The data is memory mapped into R and then accessed using usual R list and array subscription operators. Convenience functions are provided for merging, grouping and indexing large vectors and data.frames. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as a standalone C library. libMVL has simple C API making it easy to interchange datasets with outside programs. Large MVL datasets are distributed via Academic Torrents <https://academictorrents.com/collection/mvl-datasets>.
Property / description: Mappable vector library provides convenient way to access large datasets. Use all of your data at once, with few limits. Memory mapped data can be shared between multiple R processes. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface or a fast network file system. The data is memory mapped into R and then accessed using usual R list and array subscription operators. Convenience functions are provided for merging, grouping and indexing large vectors and data.frames. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as a standalone C library. libMVL has simple C API making it easy to interchange datasets with outside programs. Large MVL datasets are distributed via Academic Torrents <https://academictorrents.com/collection/mvl-datasets>. / rank
 
Normal rank
Property / author
 
Property / author: Vladimir Dergachev / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: GNU Lesser General Public License, version 2.1 / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
links / mardi / namelinks / mardi / name
 

Latest revision as of 18:56, 12 March 2024

Mappable Vector Library for Handling Large Datasets
Language Label Description Also known as
English
RMVL
Mappable Vector Library for Handling Large Datasets

    Statements

    0 references
    0.0.4.4
    20 February 2022
    0 references
    0.0.1.0
    22 June 2021
    0 references
    0.0.1.2
    23 June 2021
    0 references
    0.0.1.3
    26 June 2021
    0 references
    0.0.1.4
    8 July 2021
    0 references
    0.0.1.6
    18 July 2021
    0 references
    0.0.2.1
    15 August 2021
    0 references
    0.0.3.0
    20 September 2021
    0 references
    0.0.4.1
    7 December 2021
    0 references
    0.0.4.3
    10 January 2022
    0 references
    0.0.4.8
    29 October 2023
    0 references
    0.0.4.9
    30 October 2023
    0 references
    1.0.0.1
    4 December 2023
    0 references
    0 references
    4 December 2023
    0 references
    Mappable vector library provides convenient way to access large datasets. Use all of your data at once, with few limits. Memory mapped data can be shared between multiple R processes. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface or a fast network file system. The data is memory mapped into R and then accessed using usual R list and array subscription operators. Convenience functions are provided for merging, grouping and indexing large vectors and data.frames. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as a standalone C library. libMVL has simple C API making it easy to interchange datasets with outside programs. Large MVL datasets are distributed via Academic Torrents <https://academictorrents.com/collection/mvl-datasets>.
    0 references
    0 references

    Identifiers

    0 references