Skip to content

rawleyfowler/JSON-Simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON::Simd

Parsing JSON as fast as possible in Raku using simdjson. This library is around 3.3x faster than JSON::Tiny and about on par with JSON::Fast, but, as time goes on I think this dist should perform better (once I get around to using more nqp).

How to install

Latest nightly

zef install -v https://github.com/rawleyfowler/JSON-Simd.git

Latest stable

zef install JSON-Simd

How to use

Simply provide any JSON string

use JSON::Simd;

my @users = JSON::Simd::parse('[ { "name": "bob" }, { "name": "kenny" } ]');
@users[0].say; # { name => bob }

License

This project is bundled along-side simdjson which is provided under the Apache-2.0 License. That includes all directories under cc/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

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy