Commit Graph

3 Commits

Author SHA1 Message Date
Patricio Whittingslow 4f7635b216 debug: add free memory printing 2026-02-28 16:37:36 -03:00
Pat Whittingslow 989bb6a0b9 Reduce heap allocs 2 (#46)
* reduce heap allocations in tcp logging; omit use of AppendFloat which allocates a metric sh*tton

* debugheaplog: better heap statistic logging

* heap: use string for pcap.Frame.Protocol

* add potential to eliminate Flags.String heap alloc, remove incorrect HEAP comments

* add StackAsync.DebugErr and httpraw.SetBytes

* many heap alloc reductions and replacement of bytes.Equal with internal.BytesEqual
2026-02-28 15:20:46 -03:00
soypat ba81dfac58 add tests for TCP and lneto along with TCB control logic 2024-12-27 17:27:28 -03:00