mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 23:05:08 +00:00
- Replace time.After() with reusable timer to reduce GC pressure - Use pre-compiled regex for app bundle matching (O(1) vs O(N)) - Fix Bash 3.2 compatibility (remove local -n usage)