Paket: libghc-chimera-doc (0.3.4.0-1)
libghc-chimera-doc için bağlantılar
Debian Kaynakları:
- Hata Raporları
- Developer Information
- Debian Değişim Günlüğü
- Telif Hakkı Dosyası
- Debian Yama Takipçisi
haskell-chimera Kaynak Paketini İndir:
- [haskell-chimera_0.3.4.0-1.dsc]
- [haskell-chimera_0.3.4.0.orig.tar.gz]
- [haskell-chimera_0.3.4.0-1.debian.tar.xz]
Geliştiriciler:
Dış Kaynaklar:
- Ana Sayfa [github.com]
Benzer paketler:
lazy infinite compact streams with cache-friendly O(1) indexing; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
libghc-chimera-doc ile İlgili Diğer Paketler
|
|
|
|
-
- dep: haddock-interface-42
- sanal paketi sağlayan ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-adjunctions-doc
- adjunctions and representable functors for Haskell; documentation
-
- rec: libghc-chimera-dev
- lazy infinite compact streams with cache-friendly O(1) indexing
-
- rec: libghc-distributive-doc
- distributive functors; documentation
-
- rec: libghc-infinite-list-doc
- infinite lists; documentation
-
- rec: libghc-primitive-doc
- Wrappers for primitive operations; documentation
-
- rec: libghc-vector-doc
- Efficient Arrays for Haskell; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-chimera-prof
- lazy infinite compact streams with cache-friendly O(1) indexing; profiling libraries
libghc-chimera-doc indir
Mimari | Paket Boyutu | Kurulu Boyut | Dosyalar |
---|---|---|---|
all | 82,9 kB | 934,0 kB | [dosya listesi] |