Skip to content

optimizing path state culling#65

Merged
attermann merged 1 commit into
attermann:masterfrom
nilu96:optimize-state-table-culling
Jun 26, 2026
Merged

optimizing path state culling#65
attermann merged 1 commit into
attermann:masterfrom
nilu96:optimize-state-table-culling

Conversation

@nilu96

@nilu96 nilu96 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

calling _new_path_table.get(...) in path state culling is very inefficient here. It might be better to use _new_path_table.exist(...) to use the fast index (from ram) without reading the full entry (from flash).

calling _new_path_table.get(...) in path state culling is very inefficient here. It might be better to use _new_path_table.exist(...) to use the fast index (from ram) without reading the full entry (from flash).
@attermann attermann merged commit 5e99d86 into attermann:master Jun 26, 2026
8 checks passed
@attermann

Copy link
Copy Markdown
Owner

Good find, ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants