mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
petgraph allocates a chunk of memory for all of the graph for its dfs which is really costly for small subgraph sreachs. This PR adds a new `set_depth_first_search` function which uses a `FxHashSet` instead. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||