tree-sitter/crates
Antonin Delpeuch 36d93aeff3 perf: More efficient computation of used symbols
As the call to `symbol_is_used` does not depend
on the production, it is more efficient to call it
only once outside the loop over productions.

I'm not sure if `rustc` is able to do this optimization
on its own (it would need to know that the function
is pure, which sounds difficult in general).
2025-07-09 22:34:53 -04:00
..
cli perf: reserve Vec capacities where appropriate 2025-07-09 21:46:25 -04:00
config Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
generate perf: More efficient computation of used symbols 2025-07-09 22:34:53 -04:00
highlight Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
language Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
loader build(deps): bump the cargo group with 4 updates 2025-06-17 08:18:16 +00:00
tags Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
xtask build(deps): bump the cargo group across 1 directory with 3 updates 2025-07-08 11:19:24 +00:00