2 个仓库
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.
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.
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.