mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-03 12:58:44 +00:00
b8e5a71450
PreMatch and full match phases each created a fresh InboundContext, causing process search (expensive OS syscalls) to run twice per connection. Use a freelru ShardedLRU cache with 200ms TTL to serve the second lookup from cache.