mirror of
https://github.com/shirou/gopsutil.git
synced 2025-05-08 19:29:25 +08:00

Instead of encoding a JSON string of each connection (non-trivial at high connection volumes) we can use the connTmp struct for map look-ups if we eliminate the unused `uids` field. Also switches to using the empty struct instead of bool for zero memory overhead.