* cull fmt package use and prevent aggressive DCE in MWE example with TinyGo
* add noslog build tag and small reference section to README
* add memci
* fix ci
* whoops, forgot memci.json to gitignore
* whoops x2
* use noslog build tag
* don't go ham on removing fmt useful data
* remove old benchmarking CI
* 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