Popularity
3.7
Growing
Activity
5.3
-
626
9
51

Programming language: Python
License: GNU General Public License v3.0 or later
Tags: Serialization    
Latest version: v5.0.1

pysimdjson alternatives and similar packages

Based on the "Serialization" category.
Alternatively, view pysimdjson alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pysimdjson or a related project?

Add another 'Serialization' Package

README

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.6 to 3.9.

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


*Note that all licence references and agreements mentioned in the pysimdjson README section above are relevant to that project's source code only.