awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ultrajson avatar

ultrajson/ultrajson

0
View on GitHub↗
4,485 نجوم·385 تفرعات·C++·10 مشاهداتpypi.org/project/ujson↗

Ultrajson

Ultrajson هي مكتبة JSON عالية الأداء لـ Python ومحلل يعتمد على C مصمم لتقليل حمل التحليل. توفر تنفيذاً بلغة C لمواصفة JSON لتمكين التشفير وفك التشفير السريع للبيانات.

يعمل المشروع كمعالج JSON متزامن، يدعم التسلسل وإلغاء التسلسل متعدد الخيوط لزيادة إنتاجية البيانات ومنع حظر التنفيذ.

تغطي قدراتها تسلسل بيانات Python ومعالجة JSON عالية الأداء لخطوط أنابيب البيانات في الوقت الفعلي. يتضمن ذلك تحليل بيانات JSON وتسلسل الكائنات الأصلية إلى سلاسل JSON.

Features

  • High-Performance Parsers - Provides a high-performance C implementation of JSON parsing and encoding to minimize application latency.
  • JSON Parsers - Implements the JSON specification in C to minimize parsing overhead within the Python runtime.
  • JSON Serializers - Provides utilities for converting native Python data structures into JSON string representations.
  • JSON Parsing - Implements high-performance utilities for converting JSON strings back into native Python data structures.
  • Python Serialization Libraries - Specifically designed for converting complex Python objects into JSON strings for efficient storage and transmission.
  • JSON Encoding - Provides a fast C-based implementation for serializing native Python objects into JSON strings.
  • JSON Processors - Functions as a concurrent processor supporting multi-threaded JSON operations to prevent blocking execution.
  • Real-Time Data Processors - Handles high-frequency JSON data streams with minimal overhead for low-latency real-time pipelines.
  • Concurrent Encoders - Supports multi-threaded encoding operations to increase total data processing throughput.
  • Concurrent Parsers - Allows processing of multiple JSON streams across different threads to maximize throughput on multi-core systems.
  • Off-Main-Thread Processing - Enables expensive JSON serialization and deserialization tasks to be executed off the main execution thread.
  • Databases & Data - Fast JSON decoder and encoder
  • معالجة JSON - Ultra-fast JSON decoder and encoder in C.

سجل النجوم

مخطط تاريخ النجوم لـ ultrajson/ultrajsonمخطط تاريخ النجوم لـ ultrajson/ultrajson

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Ultrajson

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Ultrajson.
  • ibireme/yyjsonالصورة الرمزية لـ ibireme

    ibireme/yyjson

    3,788عرض على GitHub↗

    yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions as a memory-efficient data tool that utilizes custom memory pools and contiguous block allocation to minimize fragmentation and overhead. The project distinguishes itself as a SIMD JSON processor, using hardware-accelerated vector instructions for rapid string validation and parsing. It provides a toolkit for querying, modifying, and patching nested JSON objects and arrays through pointer-based access and path expressions. The library covers a broad range of data manipulation

    C
    عرض على GitHub↗3,788
  • tencent/rapidjsonالصورة الرمزية لـ Tencent

    Tencent/rapidjson

    15,000عرض على GitHub↗

    RapidJSON is a header-only C++ library designed for high-performance parsing, generation, and manipulation of JSON data. It functions as a dual-mode engine, providing both an in-memory document object model for tree-based manipulation and a stream-based interface for event-driven processing. The library is built to minimize memory footprint and maximize execution speed, making it suitable for resource-constrained environments. The library distinguishes itself through advanced memory management and optimization techniques, including in-situ parsing that modifies input buffers directly to elimi

    C++
    عرض على GitHub↗15,000
  • esnme/ultrajsonالصورة الرمزية لـ esnme

    esnme/ultrajson

    4,485عرض على GitHub↗

    UltraJSON is a high-performance JSON library and parser written in C with bindings for Python. It provides a fast alternative to standard JSON processing for decoding JSON strings into native data structures and encoding data structures back into JSON strings. The library utilizes a C-based engine to reduce processing latency and increase throughput for JSON generation and parsing. It is designed to accelerate data pipelines and optimize the handling of JSON payloads.

    C++
    عرض على GitHub↗4,485
  • json-iterator/goالصورة الرمزية لـ json-iterator

    json-iterator/go

    13,891عرض على GitHub↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    عرض على GitHub↗13,891
عرض جميع البدائل الـ 30 لـ Ultrajson→

الأسئلة الشائعة

ما هي وظيفة ultrajson/ultrajson؟

Ultrajson هي مكتبة JSON عالية الأداء لـ Python ومحلل يعتمد على C مصمم لتقليل حمل التحليل. توفر تنفيذاً بلغة C لمواصفة JSON لتمكين التشفير وفك التشفير السريع للبيانات.

ما هي الميزات الرئيسية لـ ultrajson/ultrajson؟

الميزات الرئيسية لـ ultrajson/ultrajson هي: High-Performance Parsers, JSON Parsers, JSON Serializers, JSON Parsing, Python Serialization Libraries, JSON Encoding, JSON Processors, Real-Time Data Processors.

ما هي البدائل مفتوحة المصدر لـ ultrajson/ultrajson؟

تشمل البدائل مفتوحة المصدر لـ ultrajson/ultrajson: ibireme/yyjson — yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions… tencent/rapidjson — RapidJSON is a header-only C++ library designed for high-performance parsing, generation, and manipulation of JSON… esnme/ultrajson — UltraJSON is a high-performance JSON library and parser written in C with bindings for Python. It provides a fast… lemire/simdjson — simdjson is a high-performance JSON parser that utilizes SIMD instructions to process gigabytes of data per second. It… json-iterator/go — This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json… alibaba/fastjson — Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and…