faster.js
Array optimizer
A Babel plugin that optimizes idiomatic JavaScript code by rewriting common Array method calls for performance improvements.
faster.js is a Babel plugin that compiles idiomatic Javascript to faster, micro-optimized Javascript.
437 stars
8 watching
11 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
babelbabel-pluginfasterjsfastjsjavascriptoptimization
Related projects:
Repository | Description | Stars |
---|---|---|
vihanb/babel-plugin-loop-optimizer | An optimization plugin for Babel that replaces certain array methods with for loops | 74 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
ashvardanian/stringzilla | A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,290 |
hustcc/babel-plugin-optimize-i18n | Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
dogada/fast-redux | An extension of Redux for improving its performance by dynamically importing and executing reducers in O(1) speed | 133 |
vitejs/vite-plugin-react-swc | Speeds up Vite's development server by leveraging SWC for JSX compilation and optimization | 878 |
damirsvrtan/fasterer | Tools for optimizing Ruby code performance | 1,812 |
simonwep/vite-plugin-optimize-css-modules | A plugin that optimizes CSS module class names in production builds | 31 |
jycouet/kitql | A collection of standalone tools to speedrun web applications built with GraphQL and Svelte | 409 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
humaans/next-img | Optimizes images in Next.js projects by resampling and compressing them to reduce file sizes | 273 |
pichillilorenzo/javascriptenhancements | A plugin for Sublime Text 3 that enhances JavaScript development and project management with features such as autocomplete, code refactoring, and project creation tools. | 639 |
jonkemp/gulp-useref | Replaces non-optimized script and stylesheet references in HTML files with optimized versions | 705 |
babel/karma-babel-preprocessor | A Karma plugin that pre-processes ES6 JavaScript files using Babel. | 167 |