Description
Provides efficient array-like vector types for Haskell. Vectors store sequences in compact memory layouts and are widely used when lists are too slow or memory-heavy.
It is useful for numeric work, parsers, data processing, algorithms, buffers, and performance-sensitive libraries. Developers should choose the right vector variant for immutable, mutable, boxed, or unboxed data.