FICHA · MANJARO

haskell-vector-stream

Efficient Streams

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

Description

Provides efficient stream support for Haskell vector-style processing. Streams represent sequences that can be transformed step by step, often allowing fusion and fewer intermediate allocations.

It is useful for data processing, parsers, numeric workloads, and performance-sensitive libraries that transform arrays or sequences. Developers should still benchmark real workloads to confirm stream fusion helps the specific code path.

Permissions

Permissions not analysed for this source yet.