Clash.Meta/component
wwqgtxx aa51b9faba chore: replace using internal batch package to x/sync/errgroup
In the original batch implementation, the Go() method will always start a new goroutine and then wait for the concurrency limit, which is unnecessary for the current code. x/sync/errgroup will block Go() until the concurrency limit is met, which can effectively reduce memory usage.
In addition, the original batch always saves the return value of Go(), but it is not used in the current code, which will also waste a lot of memory space in high concurrency scenarios.
2025-04-28 10:28:45 +08:00
..
auth fix: skip-auth-prefixes not apply on listeners when users is unset 2024-09-27 18:10:05 +08:00
ca chore: rebuild fingerprint and keypair handle 2025-04-25 10:34:34 +08:00
cidr chore: add sourceGeoIP and sourceIPASN to metadata 2024-08-28 12:25:45 +08:00
dhcp chore: cleanup netip code 2025-04-09 18:02:13 +08:00
dialer chore: apply the default interface/mark of the dialer in the final stage 2025-04-18 20:16:51 +08:00
fakeip chore: cleanup netip code 2025-04-09 18:02:13 +08:00
generater feat: inbound support vless 2025-02-04 00:44:18 +08:00
geodata chore: cleanup geo internal code 2024-09-09 16:08:48 +08:00
http chore: code cleanup 2025-04-16 09:54:02 +08:00
iface chore: ignore interfaces not with FlagUp in local interface finding 2025-04-27 09:40:17 +08:00
keepalive chore: decrease direct using *net.TCPConn 2025-04-11 00:33:07 +08:00
loopback chore: reduce the performance overhead of not enabling LoopBackDetector 2024-11-05 09:29:56 +08:00
mmdb chore: Increase support for other format of ASN 2024-11-04 19:31:43 +08:00
nat chore: ensures packets can be sent without blocking the tunnel 2024-09-26 11:21:07 +08:00
pool Chore: use generics as possible 2022-04-25 13:18:30 +08:00
power chore: corrected the incoming parameters of PowerUnregisterSuspendResumeNotification 2024-08-08 13:27:06 +08:00
process chore: cleanup netip code 2025-04-09 18:02:13 +08:00
profile chore: change subscription-userinfo retrieval 2024-10-20 06:01:02 +08:00
proxydialer chore: rebuild slowdown code 2024-01-30 19:41:50 +08:00
resolver fix: udp dial support ip4p (#1377) 2025-04-11 09:20:58 +08:00
resource feat: support inline proxy provider 2024-12-25 10:34:16 +08:00
slowdown chore: better timer using 2024-02-16 11:29:33 +08:00
sniffer chore: quic sniffer should use the exact length of crypto stream when assembling 2025-04-12 22:27:07 +08:00
tls chore: update quic-go to 0.51.0 2025-04-21 22:58:08 +08:00
trie chore: disallow space at begin or end in DomainTrie 2024-09-21 21:03:59 +08:00
updater chore: replace using internal batch package to x/sync/errgroup 2025-04-28 10:28:45 +08:00