leaves icon indicating copy to clipboard operation
leaves copied to clipboard

internal/xbin I/O

Open sbinet opened this issue 6 years ago • 0 comments

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.

sbinet avatar Sep 18 '18 20:09 sbinet