Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Raku bindings to simdjson

License

NotificationsYou must be signed in to change notification settings

rawleyfowler/JSON-Simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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).

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-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

Stars

Watchers

Forks

Releases

No releases published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp