A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rawleyfowler/JSON-simd below:

rawleyfowler/JSON-Simd: Raku bindings to simdjson

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

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

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4