Artifact libghc-chimera-prof_0.3.3.0-1+b1_amd64

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: amd64
  Depends: libghc-adjunctions-prof-4.4.2-b48e0, libghc-base-prof-4.17.2.0-68dfe, libghc-chimera-dev
    (= 0.3.3.0-1+b1), libghc-distributive-prof-0.6.2.1-8a24d, libghc-mtl-prof-2.2.2-6f39a,
    libghc-primitive-prof-0.8.0.0-a075c, libghc-transformers-prof-0.5.6.2-931c3, libghc-vector-prof-0.13.1.0-1ffee
  Description: |-
    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.
  Homepage: https://github.com/Bodigrim/chimera#readme
  Installed-Size: '906'
  Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
  Package: libghc-chimera-prof
  Priority: optional
  Provides: libghc-chimera-prof-0.3.3.0-f8746
  Section: haskell
  Source: haskell-chimera (0.3.3.0-1)
  Version: 0.3.3.0-1+b1
srcpkg_name: haskell-chimera
srcpkg_version: 0.3.3.0-1

File

libghc-chimera-prof_0.3.3.0-1+b1_amd64.deb
Binary file libghc-chimera-prof_0.3.3.0-1+b1_amd64.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package haskell-chimera_0.3.3.0-1

binary package System - - 5 months ago 4 months
BETA