TkTech / pysimdjson

Python bindings for the simdjson project.

Home Page:https://pysimdjson.tkte.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI - License Tests

pysimdjson

Python bindings for the simdjson project, a SIMD-accelerated JSON parser. If SIMD instructions are unavailable a fallback parser is used, making pysimdjson safe to use anywhere.

Bindings are currently tested on OS X, Linux, and Windows for Python version 3.9 to 3.12.

πŸ“ Documentation

The latest documentation can be found at https://pysimdjson.tkte.ch.

If you've checked out the source code (for example to review a PR), you can build the latest documentation by running cd docs && make html.

πŸ“ˆ Benchmarks

pysimdjson compares well against most libraries. The full benchmarks can be found in its sister project json_benchmark.

About

Python bindings for the simdjson project.

https://pysimdjson.tkte.ch

License:Other


Languages

Language:Python 100.0%