{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/2"}],"enrichment":{"capability":"Python bindings for the simdjson SIMD-accelerated JSON parser, with automatic fallback to a standard parser when SIMD instructions are unavailable.","skillfed_tags":["json-parsing","simd-acceleration","performance"],"use_cases":["Parse large JSON files or streams where speed is a bottleneck in data processing pipelines.","High-throughput API servers that deserialize incoming JSON requests and need to minimize parsing latency.","Data science workflows that load JSON-formatted datasets and benefit from faster deserialization.","Real-time analytics systems that ingest JSON events and require low-latency parsing.","Batch processing jobs that read many JSON records and need to reduce overall wall-clock time."],"what_it_does":"pysimdjson is a Python wrapper around a SIMD-accelerated JSON parser. When SIMD instructions are available on the host platform, parsing is accelerated; on systems without SIMD support, the library automatically falls back to a standard parser, ensuring compatibility everywhere. The package is tested on OS X, Linux, and Windows across Python versions 3.9 to 3.12 and has no runtime dependencies beyond the compiled extension itself.\n\nUse it when JSON parsing speed matters in your application\u2014for example, processing large JSON documents or handling high-throughput data pipelines where parsing becomes a measurable bottleneck. For typical applications where JSON parsing is not performance-critical, the standard library is simpler and equally sufficient.","worth_installing":"Yes, if JSON parsing speed is a measurable bottleneck in your workload. The package is stable, has no known vulnerabilities, and works across common platforms. However, verify the license terms first (they are not declared in the metadata), and note that maintenance is aging\u2014last release was 412 days ago. For typical applications, the standard library is simpler and equally sufficient."},"id":"pysimdjson","links":{"html":"https://skillfed.io/packages/pysimdjson","md":"https://skillfed.io/packages/pysimdjson.md","pypi":"https://pypi.org/project/pysimdjson/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-28","license_spdx":null,"license_treatment":"unclear","name":"pysimdjson","python_support":"supports_current","summary":"Add your description here"},"popularity":{"monthly_downloads":1472373,"position":3866,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.0.2"}
