awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • fastify/fast-json-stringifyAvatar von fastify

    fastify/fast-json-stringify

    3,701Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,701
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. String Utilities
  5. String Escapers
  6. Escaping Deactivation