wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: haskell-psqueues  ]

Pakiet: libghc-psqueues-dev (0.2.8.0-1 i inne)

Odnośniki dla libghc-psqueues-dev

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego haskell-psqueues:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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.

Inne pakiety związane z libghc-psqueues-dev

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libghc-psqueues-dev

Pobierz dla wszystkich dostępnych architektur
Architektura Wersja Rozmiar pakietu Rozmiar po instalacji Pliki
alpha (port nieoficjalny) 0.2.8.0-1 297,5 KiB3 349,0 KiB [lista plików]
amd64 0.2.8.0-1 195,5 KiB1 765,0 KiB [lista plików]
arm64 0.2.8.0-1 194,7 KiB2 091,0 KiB [lista plików]
armel 0.2.8.0-1 240,5 KiB2 181,0 KiB [lista plików]
armhf 0.2.8.0-1 235,5 KiB2 156,0 KiB [lista plików]
hppa (port nieoficjalny) 0.2.8.0-1 429,2 KiB3 465,0 KiB [lista plików]
i386 0.2.8.0-1 333,7 KiB2 588,0 KiB [lista plików]
ia64 (port nieoficjalny) 0.2.7.3-2+b1 406,5 KiB6 620,0 KiB [lista plików]
m68k (port nieoficjalny) 0.2.7.3-1+b2 302,1 KiB2 594,0 KiB [lista plików]
mips64el 0.2.8.0-1 261,0 KiB3 190,0 KiB [lista plików]
ppc64 (port nieoficjalny) 0.2.8.0-1 238,4 KiB3 254,0 KiB [lista plików]
ppc64el 0.2.8.0-1 241,5 KiB2 899,0 KiB [lista plików]
riscv64 0.2.8.0-1 346,4 KiB3 558,0 KiB [lista plików]
s390x 0.2.8.0-1 309,6 KiB3 674,0 KiB [lista plików]
sparc64 (port nieoficjalny) 0.2.8.0-1 386,9 KiB5 351,0 KiB [lista plików]
x32 (port nieoficjalny) 0.2.7.3-1 353,7 KiB2 963,0 KiB [lista plików]