awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesQuery Graph Serialization

Serializing and deserializing entire query node graphs to JSON for sharing, examples, and undo/redo.

Distinct from Graph Querying: Distinct from Graph Querying: focuses on serialization of query graph structure, not graph traversal or querying.

Explore 2 awesome GitHub repositories matching data & databases · Query Graph Serialization. Refine with filters or upvote what's useful.

Awesome Query Graph Serialization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • douglascrockford/json-jsdouglascrockford 的头像

    douglascrockford/JSON-js

    8,724在 GitHub 上查看↗

    This is a JavaScript library for parsing and serializing JSON data, with a particular focus on handling objects that contain circular references. It provides a standard JSON parser that reads text and reconstructs JavaScript values without using the eval function, guarding against code injection, alongside a standard serializer that converts objects into JSON strings for data interchange. The library distinguishes itself by offering specialized encoding and decoding for cyclical object graphs. It can serialize objects with circular references by replacing repeated object paths with JSONPath s

    Enables lossless round-trip serialization of object graphs with circular references.

    JavaScript
    在 GitHub 上查看↗8,724
  • google/perfettogoogle 的头像

    google/perfetto

    5,558在 GitHub 上查看↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Serializes query node graphs to JSON for sharing and undo/redo in the analysis UI.

    C++
    在 GitHub 上查看↗5,558
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. Query Graph Serialization

探索子标签

  • Lossless Graph Round-Trip SerializersSerializers and deserializers that preserve the full object graph topology through serialization and deserialization without data or structure loss. **Distinct from Query Graph Serialization:** Distinct from Query Graph Serialization: focuses on preserving circular references and graph topology, not just query node graphs.