babel-plugin-loop-optimizer
Array optimizer
An optimization plugin for Babel that replaces certain array methods with for loops
Optimizes statements such as forEach
and map
to for loops.
74 stars
8 watching
7 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
babel-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
vzhou842/faster.js | A Babel plugin that optimizes idiomatic JavaScript code by rewriting common Array method calls for performance improvements. | 436 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
vite-plugin/vite-plugin-optimizer | Manually pre-bundling plugin for Vite that allows developers to optimize and customize the bundling process of their applications. | 36 |
hustcc/babel-plugin-optimize-i18n | Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
simonwep/vite-plugin-optimize-css-modules | A plugin that optimizes CSS module class names in production builds | 30 |
ashvardanian/stringzilla | A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,223 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
typemonkey/turtle | A programming language designed to optimize memory usage through long-term storage of data | 5 |
codemix/babel-plugin-closure-elimination | Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency. | 367 |
konfekt/fastfold | A Vim script plugin to update folds only when necessary, reducing unnecessary computations and improving performance. | 709 |
fatehak/vite-plugin-image-optimizer | Optimizes image assets using Sharp.js and SVGO for better file sizes. | 336 |
amerani/babel-plugin-localize | A plugin to modify static strings in JavaScript code to support localization | 10 |
codemix/babel-plugin-macros | Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
rung-tools/babel-plugin-holes | A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. | 48 |
sanyuan0704/vite-plugin-chunk-split | Improves chunk splitting in Vite to optimize bundle sizes and loading times | 350 |