all options
trixie  ] [  sid  ]
[ Source: haskell-chimera  ]

Package: libghc-chimera-prof (0.3.3.0-1 and others)

Links for libghc-chimera-prof

Screenshot

Debian Resources:

Download Source Package haskell-chimera:

Maintainers:

External Resources:

Similar packages:

lazy infinite compact streams with cache-friendly O(1) indexing; profiling libraries

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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.

Other Packages Related to libghc-chimera-prof

  • depends
  • recommends
  • suggests
  • enhances

Download libghc-chimera-prof

Download for all available architectures
Architecture Version Package Size Installed Size Files
alpha (unofficial port) 0.3.3.0-1 147.7 kB1,541.0 kB [list of files]
amd64 0.3.3.0-1+b1 104.2 kB906.0 kB [list of files]
arm64 0.3.3.0-1+b1 118.5 kB1,177.0 kB [list of files]
ia64 (unofficial port) 0.3.3.0-1+b1 180.4 kB3,287.0 kB [list of files]
mips64el 0.3.3.0-1+b1 137.3 kB1,436.0 kB [list of files]
ppc64 (unofficial port) 0.3.3.0-1+b2 125.3 kB1,492.0 kB [list of files]
ppc64el 0.3.3.0-1+b1 127.1 kB1,441.0 kB [list of files]
riscv64 0.3.3.0-1+b2 189.7 kB2,002.0 kB [list of files]
s390x 0.3.3.0-1+b1 136.0 kB1,514.0 kB [list of files]
sparc64 (unofficial port) 0.3.3.0-1+b1 164.8 kB2,432.0 kB [list of files]