1 / 2
what do I do when I'm sick/sad? apparently, add an optimization to the Go compiler to make unique.Make not leak strings to the heap (go.dev/cl/671955), and then also able to do fast []byte -> string conversion like builtin map (go.dev/cl/672135) behold, copy-free string/[]byte handles / interning
30 likes 2 replies
?