@hackage / vector-functorlazy

vectors that perform the fmap operation in constant time

Latest0.0.1

About

Metadata

  • Last updated , by MikeIzbicki
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: mike@izbicki.me

  • Lottery factor: 0

Links

Installation

Readme

Functor-lazy vectors perform the fmap operation in constant time, whereas other vectors require linear time. All vector operations are supported except for slicing. See http://github.com/mikeizbicki/vector-funxtorlazy for details on how this module works under the hood.