すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: haskell-psqueues  ]

パッケージ: libghc-psqueues-dev (0.2.7.3-2 など)

libghc-psqueues-dev に関するリンク

Screenshot

Debian の資源:

haskell-psqueues ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

Pure priority search queues

This package provides Priority Search Queues in three different flavors.

* OrdPSQ k p v, which uses the Ord k instance to provide fast insertion, deletion and lookup. This implementation is based on Ralf Hinze's "A Simple Implementation Technique for Priority Search Queues". Hence, it is similar to the PSQueue library, although it is considerably faster and provides a slightly different API.

* IntPSQ p v is a far more efficient implementation. It fixes the key type to Int and uses a radix tree (like IntMap) with an additional min-heap property.

* HashPSQ k p v is a fairly straightforward extension of IntPSQ: it simply uses the keys' hashes as indices in the IntPSQ. If there are any hash collisions, it uses an OrdPSQ to resolve those. The performance of this implementation is comparable to that of IntPSQ, but it is more widely applicable since the keys are not restricted to Int, but rather to any Hashable datatype.

Each of the three implementations provides the same API, so they can be used interchangeably.

Typical applications of Priority Search Queues include:

* Caches, and more specifically LRU Caches;

* Schedulers;

* Pathfinding algorithms, such as Dijkstra's and A*.

This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

その他の libghc-psqueues-dev 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

libghc-psqueues-dev のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ バージョン パッケージサイズ インストールサイズ ファイル
alpha (非公式の移植版) 0.2.7.3-2+b1 307.5 kB3,406.0 kB [ファイル一覧]
amd64 0.2.7.3-2+b1 201.5 kB1,770.0 kB [ファイル一覧]
arm64 0.2.7.3-2+b1 202.3 kB2,105.0 kB [ファイル一覧]
armel 0.2.7.3-2+b1 246.8 kB2,210.0 kB [ファイル一覧]
armhf 0.2.7.3-2+b1 242.7 kB2,188.0 kB [ファイル一覧]
hppa (非公式の移植版) 0.2.7.3-2+b1 453.7 kB3,652.0 kB [ファイル一覧]
i386 0.2.7.3-2+b1 350.6 kB2,660.0 kB [ファイル一覧]
ia64 (非公式の移植版) 0.2.7.3-2+b1 406.5 kB6,620.0 kB [ファイル一覧]
m68k (非公式の移植版) 0.2.7.3-1+b2 302.1 kB2,594.0 kB [ファイル一覧]
mips64el 0.2.7.3-2+b1 272.9 kB3,317.0 kB [ファイル一覧]
ppc64 (非公式の移植版) 0.2.7.3-2+b1 260.0 kB3,482.0 kB [ファイル一覧]
ppc64el 0.2.7.3-2+b1 267.4 kB3,104.0 kB [ファイル一覧]
riscv64 0.2.7.3-2+b1 344.1 kB3,670.0 kB [ファイル一覧]
s390x 0.2.7.3-2+b1 328.5 kB3,832.0 kB [ファイル一覧]
sparc64 (非公式の移植版) 0.2.7.3-2+b2 408.5 kB4,968.0 kB [ファイル一覧]
x32 (非公式の移植版) 0.2.7.3-1 353.7 kB2,963.0 kB [ファイル一覧]