Pakket: libghc-psqueue-prof (1.1-10build1)
Verwijzigingen voor libghc-psqueue-prof
Trisquel bronnen:
Het bronpakket haskell-psqueue downloaden:
- [haskell-psqueue_1.1-10build1.dsc]
- [haskell-psqueue_1.1.orig.tar.gz]
- [haskell-psqueue_1.1-10build1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Haskell Group (Mailarchief)
- Kiwamu Okabe
Externe bronnen:
- Homepage [hackage.haskell.org]
Vergelijkbare pakketten:
Priority Search Queue; profiling libraries
A /priority search queue/ efficiently supports the opperations of both a search tree and a priority queue. A 'Binding' is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time.
This package contains the libraries compiled with profiling enabled.
Andere aan libghc-psqueue-prof gerelateerde pakketten
|
|
|
-
- dep: libghc-base-prof-4.9.1.0-5a696
- virtueel pakket geboden door ghc-prof
-
- dep: libghc-psqueue-dev (= 1.1-10build1)
- Priority Search Queue