deb_control_files:
- control
- md5sums
deb_fields:
Architecture: arm64
Depends: libghc-adjunctions-dev-4.4.2-cc05a, libghc-base-dev-4.18.2.1-75247, libghc-distributive-dev-0.6.2.1-b9d26,
libghc-infinite-list-dev-0.1.1-c5748, libghc-mtl-dev-2.3.1-f8119, libghc-primitive-dev-0.8.0.0-860ad,
libghc-transformers-dev-0.6.1.0-5335d, libghc-vector-dev-0.13.1.0-c924b, libc6
(>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Description: |-
lazy infinite compact streams with cache-friendly O(1) indexing
There are plenty of memoizing libraries on Hackage, but they
usually fall into two categories:
.
* Store cache as a flat array, enabling us
to obtain cached values in O(1) time, which is nice.
The drawback is that one must specify the size
of the array beforehand,
limiting an interval of inputs,
and actually allocate it at once.
* Store cache as a lazy binary tree.
Thanks to laziness, one can freely use the full range of inputs.
The drawback is that obtaining values from a tree
takes logarithmic time and is unfriendly to CPU cache,
which kinda defeats the purpose.
.
This package intends to tackle both issues,
providing a data type 'Chimera' for
lazy infinite compact streams with cache-friendly O(1) indexing.
.
Additional features include:
.
* memoization of recursive functions and recurrent sequences,
* memoization of functions of several, possibly signed arguments,
* efficient memoization of boolean predicates.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Ghc-Package: chimera-0.3.4.0-HjED9gBqIUg5gNSuWp08np
Homepage: https://github.com/Bodigrim/chimera#readme
Installed-Size: '1235'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-chimera-dev
Priority: optional
Provides: libghc-chimera-dev-0.3.4.0-fafbf
Section: haskell
Source: haskell-chimera
Version: 0.3.4.0-1
srcpkg_name: haskell-chimera
srcpkg_version: 0.3.4.0-1