oxc/tasks/minsize
Boshen 70a0076eed
refactor: remove global allocator from non-user facing apps (#2401)
The runtime performance gains does not out weight the compilation speed from
building the custom allocators, which takes about a minute to build on
slower machines.
2024-02-12 14:09:05 +08:00
..
src refactor: remove global allocator from non-user facing apps (#2401) 2024-02-12 14:09:05 +08:00
Cargo.toml refactor: remove global allocator from non-user facing apps (#2401) 2024-02-12 14:09:05 +08:00
minsize.snap feat(minifier): re-enable mangler (#972) 2023-10-10 14:32:58 +08:00
README.md feat: add cargo minsize task for tracking minification size (#276) 2023-04-14 13:07:37 +08:00

Track Minification size

See minification-benchmarks for baseline.