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
#38 implements an optimized readbytes! method. The same approach could be used to make read! and write more efficient with arrays, probably by overloading Base.unsafe_read and Base.unsafe_write.
The text was updated successfully, but these errors were encountered:
#38 implements an optimized
readbytes!
method. The same approach could be used to makeread!
andwrite
more efficient with arrays, probably by overloadingBase.unsafe_read
andBase.unsafe_write
.The text was updated successfully, but these errors were encountered: