CMD + K

r-rcppsimdjson

Anaconda Verified

The 'JSON' format is ubiquitous for data interchange, and the 'simdjson' library written by Daniel Lemire (and many contributors) provides a high-performance parser for these files which by relying on parallel 'SIMD' instruction manages to parse these files as faster than disk speed. See the <arXiv:1902.08318> paper for more details about 'simdjson'. This package parses 'JSON' from string, file, or remote URLs under a variety of settings.

Installation

To install this package, run one of the following:

Conda
$conda install r::r-rcppsimdjson

Usage Tracking

0.1.10
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

The 'JSON' format is ubiquitous for data interchange, and the 'simdjson' library written by Daniel Lemire (and many contributors) provides a high-performance parser for these files which by relying on parallel 'SIMD' instruction manages to parse these files as faster than disk speed. See the <arXiv:1902.08318> paper for more details about 'simdjson'. This package parses 'JSON' from string, file, or remote URLs under a variety of settings.

Last Updated

Jan 16, 2024 at 21:31

License

GPL-2

Supported Platforms

linux-64