leaves
leaves copied to clipboard
internal/xbin I/O
This internal package makes quite extensive use calls to 'binary.Read'.
This is very slow as it makes heavy use of reflection. One should use the binary.ByteOrder.PutUintXX and binary.ByteOrder.UintXX methods instead.