パッケージ: libghc-psqueue-prof (1.1-10build1)
libghc-psqueue-prof に関するリンク
Trisquel の資源:
haskell-psqueue ソースパッケージをダウンロード:
- [haskell-psqueue_1.1-10build1.dsc]
- [haskell-psqueue_1.1.orig.tar.gz]
- [haskell-psqueue_1.1-10build1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Haskell Group (メールアーカイブ)
- Kiwamu Okabe
外部の資源:
- ホームページ [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.9.1.0-5a696
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-psqueue-dev (= 1.1-10build1)
- Priority Search Queue