1
Zero-Copy String Conversion
Use unsafe.Pointer for zero-allocation string/byte slice conversions - as used in American Express's simplemli
2
Map String Lookup Optimization
Use map[string(byteslice)] pattern for zero-allocation map lookups
3
Efficient Map Clearing
The fast way to clear a map - recognized by the Go compiler for optimization