Pushes an array of blocks at once. It is more efficient to push as much data as possible in a single call. On platform that does not support unaligned reads (some old ARM chips), it is forbidden to pass non aligned data.
See Implementation
Pushes an array of blocks at once. It is more efficient to push as much data as possible in a single call. On platform that does not support unaligned reads (some old ARM chips), it is forbidden to pass non aligned data.