FICHA · MANJARO

haskell-vector

Efficient Arrays

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.