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

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

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

1 个仓库

Awesome GitHub RepositoriesEscaping Deactivation

The ability to disable character escaping for trusted data to increase serialization speed.

Distinct from String Escapers: Distinct from general string escapers as it focuses on the strategic removal of escaping for performance.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Escaping Deactivation. Refine with filters or upvote what's useful.

Awesome Escaping Deactivation GitHub Repositories

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

    fastify/fast-json-stringify

    3,701在 GitHub 上查看↗

    fast-json-stringify is a high-performance JSON serialization library that uses JSON Schema to compile optimized functions for converting JavaScript objects into strings. It serves as a schema-based JSON serializer that generates specialized serialization logic to outperform standard stringification methods. The project provides capabilities to export standalone serialization code to files for direct execution and supports schema reference resolution to eliminate logic duplication. It allows for the deactivation of character escaping for trusted data to reduce overhead and includes specific op

    Allows disabling character escaping for trusted strings to reduce serialization overhead and increase throughput.

    JavaScript
    在 GitHub 上查看↗3,701
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. String Utilities
  5. String Escapers
  6. Escaping Deactivation