Files
openclaw/src/tui
Tobias Bischoff 81e78dced5 perf(tui): optimize searchable select list filtering
- Add regex caching to avoid creating new RegExp objects on each render
- Optimize smartFilter to use single array with tier-based scoring
- Replace non-existent fuzzyFilter import with local fuzzyFilterLower
- Reduces from 4 array allocations and 4 sorts to 1 array and 1 sort

Fixes pre-existing bug where fuzzyFilter was imported from pi-tui but not exported.
2026-01-23 03:28:18 +00:00
..
2026-01-06 08:41:04 +01:00
2026-01-22 05:41:11 +00:00
2026-01-14 15:02:19 +00:00
2026-01-22 23:38:44 +00:00