You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binary.Read and binary.Write are usually fine but we can save some cpu by using the unsafe package. You can use the kadirahq/go-tools/hybrid package if you wish. It needs docs but check the test file for an example.
binary.Read
andbinary.Write
are usually fine but we can save some cpu by using the unsafe package. You can use thekadirahq/go-tools/hybrid
package if you wish. It needs docs but check the test file for an example.Also, try to re-use the
hybrid.Uint32
.The text was updated successfully, but these errors were encountered: