Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer: align fast buffers on 8 byte boundary
Prevents alignment issues when people create a typed array from a buffer. Unaligned loads or stores are less efficent and (on some architectures) unsafe.
- Loading branch information