Avatar for the swc-project user
swc-project
swc
BlogDocsChangelog

Performance History

Latest Results

perf(minifier): Pre-compute min usage thresholds at compile time Instead of calling min_usages_for_name() at runtime, pre-compute all thresholds as constants at compile time. This eliminates arithmetic operations during the precompress phase. Changes: - Make min_usages_for_name a const fn - Add 110+ pre-computed MIN_USAGES_* constants for all known static methods and global objects - Replace is_known_static_method and is_known_global_object with get_static_method_min_usages and get_global_object_min_usages that return Option<usize> - the pre-computed threshold directly - Update UsageCounter and AliasReplacer to use the new lookup functions Suggested by: SukkaW Co-Authored-By: Donny/강동윤 <kdy1@users.noreply.github.com>
claude/issue-9741-20260123-0241
8 hours ago
Create friendly-scissors-grab.md
claude/issue-11505-20260127-0559
21 hours ago
fix(es/parser): Disallow NumericLiteralSeparator with BigInts
Sharktheone:bigint-separators-panic
23 hours ago
fix(es/parser): Disallow NumericLiteralSeparator with BigInts
Sharktheone:bigint-separators-panic
23 hours ago

Active Branches

feat(es/minifier): Add `unsafe_hoist_static_method_alias` option
last run
8 hours ago
#11493
CodSpeed Performance Gauge
0%
#11504
CodSpeed Performance Gauge
0%
#11500
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs