FICHA · MANJARO

haskell-bytestring-to-vector

Convert between ByteString and Vector.Storable without copying

  • haskell-library
  • LIBRARY
  • PERFORMANCE
  • MEMORY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library for converting between ByteString and Vector.Storable without copying data. It is useful when performance matters and the same bytes need to be viewed through different APIs.

Developers use it in binary processing, numeric data, media, and FFI-heavy code. Zero-copy conversions require care because sharing memory can make lifetime and mutation assumptions important.

Permissions

Permissions not analysed for this source yet.