oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor(all): remove binding pattern wierdness
c/11-21-refactor_all_remove_binding_pattern_wierdness
19 minutes ago
feat(parser): change span for missing initializer in decleration
c/12-19-feat_parser_change_span_for_missing_initializer_in_decleration
19 minutes ago
feat(parser): add diagnostic for parameters with question mark and initializer
c/12-19-feat_parser_add_diagnostic_for_parameters_with_question_mark_and_initializer
19 minutes ago
perf(allocator): use `Stack` in `AllocatorPool`s (#17136) Replace `Vec` with `Stack` in `StandardAllocatorPool` and `FixedSizeAllocatorPool`. `Stack` is faster than `Vec` for `push` and `pop`. These are the operations which pools do while the `Mutex` is locked, so reducing the work these operations do reduces contention.
main
24 minutes ago
feat(data_structures): implement conversion traits for stack types (#17141) Implement methods and traits for converting stacks to/from `Vec`s, and from iterators: * `Stack::into_vec` * `From<Stack> for Vec` * `From<Vec> for Stack` * `NonEmptyStack::into_vec` * `From<NonEmptyStack> for Vec` * `TryFrom<Vec> for NonEmptyStack` * `FromIterator for Stack` (infallible) * `FromIterator for NonEmptyStack` (fallible)
main
25 minutes ago
perf(semantic): remove `leave_kind` (#17145) Ref https://github.com/oxc-project/backlog/issues/72
main
32 minutes ago
perf(semantic): inline `leave_kind` for `TSPropertySignature` (#17144) Ref https://github.com/oxc-project/backlog/issues/72
main
34 minutes ago
perf(semantic): inline `leave_kind` for `TSTypeQuery` (#17143) Ref https://github.com/oxc-project/backlog/issues/72
main
35 minutes ago
Active Branches
refactor(all)!: remove binding pattern wierdness
last run
19 minutes ago
#15925
CodSpeed Performance Gauge
0%
feat(parser): change span for missing initializer in decleration
last run
19 minutes ago
#17134
CodSpeed Performance Gauge
0%
feat(parser): add diagnostic for parameters with question mark and initializer
last run
19 minutes ago
#17132
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs