Package

purescript-resize-arrays

Repository
m-bock/purescript-resize-arrays
License
BSD-3-Clause
Uploaded by
pacchettibotti
Published on
2025-03-30T14:40:52Z

logo

The resize-arrays library provides an array-like data structure that supports efficient resizing from both ends. Unlike standard arrays, which can be slow when inserting or removing elements from the front, this library ensures that adding and removing items at both the front and back operate in constant time (O(1)).

Folding and mapping operations in this library tend to be slower than those in List or Array. However, their time complexity remains O(n).

CPU Benchmarks

Modules
Data.ResizeArray
Dependencies