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 |
---|---|---|
| A Babel plugin that optimizes idiomatic JavaScript code by rewriting common Array method calls for performance improvements. | 437 |
| A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
| Manually pre-bundling plugin for Vite that allows developers to optimize and customize the bundling process of their applications. | 36 |
| Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
| A plugin that optimizes CSS module class names in production builds | 31 |
| A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,290 |
| An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
| A programming language designed to optimize memory usage through long-term storage of data | 5 |
| Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency. | 367 |
| A Vim script plugin to update folds only when necessary, reducing unnecessary computations and improving performance. | 709 |
| Optimizes image assets using Sharp.js and SVGO for better file sizes. | 350 |
| A plugin to modify static strings in JavaScript code to support localization | 10 |
| Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
| A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. | 48 |
| Improves chunk splitting in Vite to optimize bundle sizes and loading times | 356 |