https://github.com/TkTech/pysimdjson
Python bindings for the simdjson project.
https://github.com/TkTech/pysimdjson
json pysimdjson python python-bindings simd simdjson
Last synced: 17 days ago
JSON representation
Python bindings for the simdjson project.
- Host: GitHub
- URL: https://github.com/TkTech/pysimdjson
- Owner: TkTech
- License: other
- Created: 2019-02-22T03:26:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T21:37:31.000Z (about 2 months ago)
- Last Synced: 2025-03-27T11:06:33.897Z (18 days ago)
- Topics: json, pysimdjson, python, python-bindings, simd, simdjson
- Language: Python
- Homepage: https://pysimdjson.tkte.ch
- Size: 7.33 MB
- Stars: 665
- Watchers: 8
- Forks: 56
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- best-of-python - GitHub - 10% open ยท โฑ๏ธ 05.02.2024): (Data Serialization)
README

# 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][].[simdjson]: https://github.com/lemire/simdjson
[json_benchmark]: https://github.com/tktech/json_benchmark