pysimdjson
JSON parser
Fast JSON parsing for Python, using SIMD instructions when available
Python bindings for the simdjson project.
643 stars
9 watching
54 forks
Language: Python
last commit: 3 months ago
Linked from 2 awesome lists
jsonpysimdjsonpythonpython-bindingssimdsimdjson
Related projects:
Repository | Description | Stars |
---|---|---|
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 362 |
egorbo/simdjsonsharp | Library for fast JSON parsing and minification using SIMD instructions | 646 |
gerrymanoim/libpy_simdjson | Python bindings for simdjson's C++ library | 63 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
crazyxman/simdjson_php | Bindings for a fast and efficient JSON parser written in C++ | 170 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
simd-lite/simd-json | A fast and efficient JSON parser with Serde compatibility, optimized for SIMD instructions | 1,167 |
chompert/simdjson_erlang | Provides Erlang bindings for the simdjson JSON parsing library | 16 |
travisstaloch/simdjzon | A high-performance JSON parser ported to the Zig programming language | 107 |
luizperes/simdjson_nodejs | Bindings for the simdjson JSON parser to enable fast parsing of large JSON data sets in Node.js. | 554 |
sundoge/simdjson-rust | Rust bindings for JSON parsing with SIMD optimization | 103 |
cheery/json-algorithm | Decodes JSON data into a Python object tree | 99 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 171 |
saka1/simdjson_ruby | A Ruby binding for simdjson, enabling fast and efficient JSON parsing in Ruby applications. | 140 |
eddelbuettel/rcppsimdjson | A set of C++ bindings for a fast JSON parsing library | 117 |