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

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

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

brianmario/yajl-ruby

0
View on GitHub↗
1,490 星标·178 分支·C·MIT·2 次浏览rdoc.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.

Star 历史

brianmario/yajl-ruby 的 Star 历史图表brianmario/yajl-ruby 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Yajl Ruby 的开源替代方案

相似的开源项目,按与 Yajl Ruby 的功能重合度排序。
  • bytenode/bytenodeB

    bytenode/bytenode

    2,957在 GitHub 上查看↗

    A minimalist bytecode compiler for Node.js.

    JavaScript
    在 GitHub 上查看↗2,957
  • cssnano/cssnanoC

    cssnano/cssnano

    4,974在 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
    在 GitHub 上查看↗4,974
  • imagemin/imageminimagemin 的头像

    imagemin/imagemin

    5,717在 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
    在 GitHub 上查看↗5,717
  • babel/minifybabel 的头像

    babel/minify

    4,376在 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
    在 GitHub 上查看↗4,376
查看 Yajl Ruby 的所有 10 个替代方案→

常见问题解答

brianmario/yajl-ruby 是做什么的?

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

brianmario/yajl-ruby 的主要功能有哪些?

brianmario/yajl-ruby 的主要功能包括:Code Optimization。

brianmario/yajl-ruby 有哪些开源替代品?

brianmario/yajl-ruby 的开源替代品包括: 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…