[ ソース: haskell-psqueue ]
パッケージ: libghc-psqueue-prof (1.1.1-1 など)
libghc-psqueue-prof に関するリンク
Debian の資源:
haskell-psqueue ソースパッケージをダウンロード:
- [haskell-psqueue_1.1.1-1.dsc]
- [haskell-psqueue_1.1.1.orig.tar.gz]
- [haskell-psqueue_1.1.1-1.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.15.1.0-0d25e
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-psqueue-dev (= 1.1.1-1 b2)
- Priority Search Queue