awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPointer Path Caching

Pre-defines document paths to optimize repeated data access.

Distinguishing note: None of the candidates relate to JSON pointer path optimization.

Explore 2 awesome GitHub repositories matching data & databases · Pointer Path Caching. Refine with filters or upvote what's useful.

Awesome Pointer Path Caching GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tencent/rapidjsonAvatar de Tencent

    Tencent/rapidjson

    15,000Ver en 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

    Pre-defines document paths to bypass repeated runtime parsing and memory allocation.

    C++
    Ver en GitHub↗15,000
  • json-path/jsonpathAvatar de json-path

    json-path/JsonPath

    9,423Ver en GitHub↗

    JsonPath is a Java library designed for querying and manipulating JSON documents using the JsonPath expression language. It functions as a query engine for extracting and filtering specific data from JSON structures through path-based expressions. The library provides capabilities for transforming JSON documents by modifying values or mapping extracted data into Java objects. It also includes an aggregation library for calculating statistical metrics, such as sums and averages, on numeric arrays. The project handles data extraction through array filtering and numerical aggregation. Performan

    Optimizes repeated data access by caching pre-defined document paths.

    Java
    Ver en GitHub↗9,423
  1. Home
  2. Data & Databases
  3. Pointer Path Caching