jbergstroem
filtron
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update as of 2026/01/06 Update all dependencies as of Feb 6th, 2026. PR: https://github.com/jbergstroem/filtron/pull/201
main
18 hours ago
chore(deps): update as of 2026/01/06
chore/deps-260106
18 hours ago
chore(perf): remove unused value property from operator/keyword tokens The parser creates token objects for every token in a query. Operators, punctuation, keywords, and EOF tokens all carried a value property that the parser never reads. Removing this unused property reduces object allocation size which sees a ~4-9% improvement on medium/complex queries and a ~400 bytes reduction in the final bundle size. Introduce `SymbolToken` which lacks a value filed. StringToken is narrowed as a result. Update parser to use explicit type casts when accessing value on advance()/expect() results. PR: https://github.com/jbergstroem/filtron/pull/198 Co-authored-by: Claude <noreply@anthropic.com>
main
21 hours ago
chore(perf): remove unused value property from operator/keyword tokens
chore/remove-value-token
21 hours ago
chore(deps): codspeedhq/action v4.10.2 PR: https://github.com/jbergstroem/filtron/pull/194 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 days ago
chore(deps): codspeedhq/action v4.10.2
renovate/codspeedhq-action-4.x
6 days ago
chore: simplify build dependency tree Previously, `bun --filter` would not correctly identify `catalog` dependencies, but it works fine now and allows us to simplify the build step. PR: https://github.com/jbergstroem/filtron/pull/191
main
8 days ago
chore: simplify build dependency tree Previously, `bun --filter` would not correctly identify `catalog` dependencies, but it seems to work fine now.
chore/simplify-build-deps
8 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs