gopy
gopy copied to clipboard
Efficient copies of bytes
This aims to solve both #323 and #328 by supplying efficient methods to copy Python bytes into Go []byte slices and vice versa.
One question I have is whether the Slice_byte Python constructor should check if the first argument is of type bytes, and if so use the optimized method?
this looks interesting -- but will take more time than I have avail right now. also can you fix the build after I update with other PRs?
Sure, I'll fix the build now and rebase.
Thanks and sorry for the delay in merging!