Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

Performance History

Latest Results

perf(js_semantic): only record function overloads on name collisions Building the overload map for every function declaration added a per-binding hashmap insert (hash + key clone + allocation) to the hot semantic-model build path, regressing the analyzer by ~10%. Record an overload set only when a function declaration collides with a same-name function already in the scope, reusing the existing `bindings_by_name` entry lookup. A unique name now costs nothing beyond a cheap kind check, and the overload map is touched only for actual overloads.
IxxyDev:js-type-info/select-function-overload
2 hours ago
[autofix.ci] apply automated fixes
refactor/biome-languages
9 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(lint/noFloatingPromises): select the matching overload#10586
2 hours ago
9e4766d
IxxyDev:js-type-info/select-function-overload
CodSpeed Performance Gauge
0%
feat(css_formatter): keep SCSS scalar parentheses inline#10599
5 hours ago
3785894
db/formatter-scss-34
CodSpeed Performance Gauge
0%
9 hours ago
4dac0f4
refactor/biome-languages
© 2026 CodSpeed Technology
Home Terms Privacy Docs