{"id":16163969,"url":"https://github.com/rawleyfowler/json-simd","last_synced_at":"2026-07-03T17:36:15.224Z","repository":{"id":132530615,"uuid":"600770959","full_name":"rawleyfowler/JSON-Simd","owner":"rawleyfowler","description":"Raku bindings to simdjson","archived":false,"fork":false,"pushed_at":"2023-03-17T00:06:24.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:54:22.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawleyfowler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-12T14:54:31.000Z","updated_at":"2023-02-15T03:03:08.000Z","dependencies_parsed_at":"2023-06-14T13:15:47.039Z","dependency_job_id":null,"html_url":"https://github.com/rawleyfowler/JSON-Simd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FJSON-Simd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FJSON-Simd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FJSON-Simd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FJSON-Simd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawleyfowler","download_url":"https://codeload.github.com/rawleyfowler/JSON-Simd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595374,"owners_count":20963942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T02:44:54.726Z","updated_at":"2025-10-29T16:38:10.899Z","avatar_url":"https://github.com/rawleyfowler.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON::Simd\n\nParsing JSON as fast as possible in Raku using [simdjson](https://github.com/simdjson/simdjson).\nThis library is around 3.3x faster than [JSON::Tiny](https://github.com/moritz/json) and\nabout on par with [JSON::Fast](https://github.com/timo/json_fast), but,\nas time goes on I think this dist should perform better (once I get around to using more nqp).\n\n## How to install\n\n#### Latest nightly\n```bash\nzef install -v https://github.com/rawleyfowler/JSON-Simd.git\n```\n\n#### Latest stable\n```bash\nzef install JSON-Simd\n```\n\n## How to use\n\nSimply provide any JSON string\n```raku\nuse JSON::Simd;\n\nmy @users = JSON::Simd::parse('[ { \"name\": \"bob\" }, { \"name\": \"kenny\" } ]');\n@users[0].say; # { name =\u003e bob }\n```\n\n## License\nThis project is bundled along-side [simdjson](https://github.com/simdjson/simdjson) which\nis 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fjson-simd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawleyfowler%2Fjson-simd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fjson-simd/lists"}