awesome-repositories.com
Blog
MCP
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
·
brianmario avatar

brianmario/yajl-ruby

0
View on GitHub↗
1,490 estrellas·178 forks·C·MIT·5 vistasrdoc.info/projects/brianmario/yajl-ruby↗

Yajl Ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)

Features

  • Code Optimization - Streaming JSON parsing and encoding with C bindings.

Historial de estrellas

Gráfico del historial de estrellas de brianmario/yajl-rubyGráfico del historial de estrellas de brianmario/yajl-ruby

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Yajl Ruby

Proyectos open-source similares, clasificados según cuántas características comparten con Yajl Ruby.
  • bytenode/bytenodeB

    bytenode/bytenode

    2,957Ver en GitHub↗

    A minimalist bytecode compiler for Node.js.

    JavaScript
    Ver en GitHub↗2,957
  • cssnano/cssnanoC

    cssnano/cssnano

    4,974Ver en GitHub↗

    cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It operates as a build pipeline optimizer and code transformer that removes whitespace and comments while shortening colors and gradients into their smallest possible representations. The tool uses a modular plugin architecture and preset-based optimization levels to balance compression intensity with browser compatibility. It allows for the adjustment of output based on a target list of supported browsers to ensure minified styles remain compatible across different environments. The

    CSS
    Ver en GitHub↗4,974
  • imagemin/imageminAvatar de imagemin

    imagemin/imagemin

    5,717Ver en GitHub↗

    imagemin is a Node.js image optimizer and minification tool designed to reduce the storage size of image assets. It functions as a build pipeline asset optimizer that employs both lossy and lossless compression to remove unnecessary metadata and optimize pixel data. The project uses a plugin-based architecture to extend its functionality, loading external modules that handle specific image formats and compression algorithms. This allows the tool to serve as a flexible toolkit for automating image compression within development pipelines. The system covers broad capabilities for web performan

    JavaScript
    Ver en GitHub↗5,717
  • babel/minifyAvatar de babel

    babel/minify

    4,376Ver en GitHub↗

    This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It functions as a JavaScript minifier that uses the Babel toolchain to reduce file size by removing unnecessary characters and whitespace while preserving program logic. The tool is distinguished by its ability to process experimental language proposals and transform modern syntax into browser-compatible versions. It provides specialized handling for React JSX transpilation and strips type annotations from TypeScript files to produce compressed production assets. The system cove

    JavaScript
    Ver en GitHub↗4,376
Ver las 10 alternativas a Yajl Ruby→

Preguntas frecuentes

¿Qué hace brianmario/yajl-ruby?

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)

¿Cuáles son las características principales de brianmario/yajl-ruby?

Las características principales de brianmario/yajl-ruby son: Code Optimization.

¿Qué alternativas de código abierto existen para brianmario/yajl-ruby?

Las alternativas de código abierto para brianmario/yajl-ruby incluyen: babel/minify — This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It… bytenode/bytenode — A minimalist bytecode compiler for Node.js. cssnano/cssnano — cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It… imagemin/imagemin — imagemin is a Node.js image optimizer and minification tool designed to reduce the storage size of image assets. It… jakubpawlowicz/clean-css — Clean-CSS is a Node.js CSS optimizer and minifier designed to reduce stylesheet file sizes and improve web… javascript-obfuscator/javascript-obfuscator — This project is a JavaScript code protection tool designed to transform source code into a version that is difficult…