wszystkie opcje
trixie  ] [  forky  ] [  sid  ]
[ Pakiet źródłowy: haskell-chimera  ]

Pakiet: libghc-chimera-prof (0.3.4.0-1 i inne)

Odnośniki dla libghc-chimera-prof

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego haskell-chimera:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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.

Inne pakiety związane z libghc-chimera-prof

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libghc-chimera-prof

Pobierz dla wszystkich dostępnych architektur
Architektura Wersja Rozmiar pakietu Rozmiar po instalacji Pliki
amd64 0.3.4.0-1+b1 110,4 KiB1 007,0 KiB [lista plików]
arm64 0.3.4.0-1+b1 125,2 KiB1 321,0 KiB [lista plików]
armhf 0.3.4.0-1+b1 150,9 KiB1 105,0 KiB [lista plików]
i386 0.3.4.0-1+b1 170,4 KiB1 174,0 KiB [lista plików]
ppc64el 0.3.4.0-1 143,3 KiB1 629,0 KiB [lista plików]
riscv64 0.3.4.0-1 223,0 KiB2 376,0 KiB [lista plików]
s390x 0.3.4.0-1 172,8 KiB1 920,0 KiB [lista plików]