- Notifications
You must be signed in to change notification settings - Fork1
rawleyfowler/JSON-Simd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Parsing JSON as fast as possible in Raku usingsimdjson.This library is around 3.3x faster thanJSON::Tiny andabout on par withJSON::Fast, but,as time goes on I think this dist should perform better (once I get around to using more nqp).
zef install -v https://github.com/rawleyfowler/JSON-Simd.git
zef install JSON-Simd
Simply provide any JSON string
use JSON::Simd;my@users= JSON::Simd::parse('[ { "name": "bob" }, { "name": "kenny" } ]');@users[0].say;# { name => bob }
This project is bundled along-sidesimdjson whichis provided under the Apache-2.0 License. That includes all directories undercc/lib/simdjson. The rest of the code is provided under the Artistic-2.0 License, the same license as Raku.
About
Raku bindings to simdjson
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.