Commits


Paddy Horan authored and Uwe L. Korn committed 5863a9f31f1
ARROW-4488: [Rust] From AsRef<[u8]> for Buffer does not ensure correct padding Padding for all memory allocations needs to be a multiple of 64 bytes to make SIMD implementations easier and more efficient to implement. Author: Paddy Horan <paddyhoran@hotmail.com> Closes #3568 from paddyhoran/asref-padding and squashes the following commits: 05cb0e99 <Paddy Horan> Ensures padding to a multiple of 64 bytes