-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73f0c29
commit 9c09024
Showing
5 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
^local | ||
^\.github | ||
^\.editorconfig | ||
^\.codecov.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2024-07-06 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Release 0.1.12 | ||
|
||
* DESCRIPTION (Description): Use <doi:/> for arXiv link | ||
|
||
* inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp: Updated for | ||
one C++20 nag seen with g++-14 | ||
|
||
2024-07-05 Daniel Lemire <[email protected]> | ||
|
||
* inst/include/simdjson.cpp: Updated to simdjson 3.9.5 | ||
* inst/include/simdjson.h: Idem | ||
|
||
2024-06-29 Dirk Eddelbuettel <[email protected]> | ||
|
||
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Package: RcppSimdJson | ||
Type: Package | ||
Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing | ||
Version: 0.1.11 | ||
Date: 2023-11-28 | ||
Version: 0.1.12 | ||
Date: 2024-07-06 | ||
Author: Dirk Eddelbuettel, Brendan Knapp, Daniel Lemire | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Description: 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' | ||
'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. | ||
<doi:10.48550/arXiv.1902.08318> paper for more details about 'simdjson'. This | ||
package parses 'JSON' from string, file, or remote URLs under a variety of | ||
settings. | ||
License: GPL (>= 2) | ||
Imports: Rcpp, utils | ||
LinkingTo: Rcpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters