Description
Provides unaligned access to primitive arrays in Haskell. This is useful when binary data or external formats do not guarantee the memory alignment that normal primitive operations expect.
It is a low-level library for performance-sensitive parsers, binary protocols, serialization, and systems code. Developers should use it carefully because incorrect assumptions about memory layout can cause subtle bugs.