Reduce allocation overhea to absolute minimum
Can't go any lower than this afaict. 16 bytes per Writer and 24 bytes per Reader. go tool pprof agrees with me on bytes per op but says the allocs per op are 3 instead of 4 and thinks echoLoop is allocating. I don't know. Lots of cleanup can be performed. Closes #95
Loading
Please register or sign in to comment