[ 源代码: haskell-psqueue ]
软件包:libghc-psqueue-prof(1.1-13 以及其他的)
libghc-psqueue-prof 的相关链接
Debian 的资源:
下载源码包 haskell-psqueue:
- [haskell-psqueue_1.1-13.dsc]
- [haskell-psqueue_1.1.orig.tar.gz]
- [haskell-psqueue_1.1-13.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [hackage.haskell.org]
相似软件包:
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.
其他与 libghc-psqueue-prof 有关的软件包
|
|
|
|
-
- dep: libghc-base-prof-4.11.1.0-5dd74
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-psqueue-dev (= 1.1-13+b2)
- Priority Search Queue