все параметры
trixie  ] [  forky  ] [  sid  ]
[ Источник: haskell-chimera  ]

Пакет: libghc-chimera-dev (0.3.4.0-1 и другие)

Ссылки для libghc-chimera-dev

Screenshot

Ресурсы Debian:

Исходный код haskell-chimera:

Сопровождающие:

Внешние ресурсы:

Подобные пакеты:

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.

Другие пакеты, относящиеся к libghc-chimera-dev

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка libghc-chimera-dev

Загрузить для всех доступных архитектур
Архитектура Версия Размер пакета В установленном виде Файлы
amd64 0.3.4.0-1+b1 114,3 Кб984,0 Кб [список файлов]
arm64 0.3.4.0-1+b1 112,6 Кб1 231,0 Кб [список файлов]
armhf 0.3.4.0-1+b1 138,4 Кб1 200,0 Кб [список файлов]
i386 0.3.4.0-1+b1 198,4 Кб1 396,0 Кб [список файлов]
ppc64el 0.3.4.0-1 148,0 Кб1 648,0 Кб [список файлов]
riscv64 0.3.4.0-1 203,9 Кб2 051,0 Кб [список файлов]
s390x 0.3.4.0-1 182,0 Кб2 023,0 Кб [список файлов]