awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
stephenberry avatar

stephenberry/glaze

0
View on GitHub↗
2,392 स्टार्स·212 फोर्क्स·C++·mit·2 व्यूज़stephenberry.github.io/glaze↗

Glaze

Features

  • CSV Parsers - High-performance library with reflection support.
  • Data Formats - High-performance JSON and interface library.
  • JSON प्रोसेसिंग - Extremely fast in-memory JSON and interface library.

स्टार हिस्ट्री

stephenberry/glaze के लिए स्टार हिस्ट्री चार्टstephenberry/glaze के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Glaze के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Glaze के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • d99kris/rapidcsvd99kris का अवतार

    d99kris/rapidcsv

    1,063GitHub पर देखें↗

    C++ CSV parser library

    C++c-plus-plusc-plus-plus-11csv-parser
    GitHub पर देखें↗1,063
  • danielaparker/jsonconsdanielaparker का अवतार

    danielaparker/jsoncons

    844GitHub पर देखें↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    C++
    GitHub पर देखें↗844
  • ben-strasser/fast-cpp-csv-parserben-strasser का अवतार

    ben-strasser/fast-cpp-csv-parser

    2,358GitHub पर देखें↗

    fast-cpp-csv-parser

    C++
    GitHub पर देखें↗2,358
  • davegamble/cjsonDaveGamble का अवतार

    DaveGamble/cJSON

    12,466GitHub पर देखें↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    GitHub पर देखें↗12,466
Glaze के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

stephenberry/glaze की मुख्य विशेषताएं क्या हैं?

stephenberry/glaze की मुख्य विशेषताएं हैं: CSV Parsers, Data Formats, JSON प्रोसेसिंग।

stephenberry/glaze के कुछ ओपन-सोर्स विकल्प क्या हैं?

stephenberry/glaze के ओपन-सोर्स विकल्पों में शामिल हैं: danielaparker/jsoncons — A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON… kazuho/picojson — a header-file-only, JSON parser serializer in C++. ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. d99kris/rapidcsv — C++ CSV parser library. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured…