Pakiet: libghc-psqueues-prof (0.2.7.2-2build2)
Odnośniki dla libghc-psqueues-prof
Zasoby systemu Trisquel:
- Install using apturl
- Entry at directory.fsf.org
- Raporty o błędach
- Changelog
- Informacje nt. praw autorskich
Pobieranie pakietu źródłowego haskell-psqueues:
- [haskell-psqueues_0.2.7.2-2build2.dsc]
- [haskell-psqueues_0.2.7.2.orig.tar.gz]
- [haskell-psqueues_0.2.7.2-2build2.debian.tar.xz]
Opiekun:
Original Maintainers:
- Debian Haskell Group (Archiwum e-mail)
- Joachim Breitner
Zasoby zewnętrzne:
- Strona internetowa [hackage.haskell.org]
Podobne pakiety:
Pure priority search queues; profiling libraries
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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
Inne pakiety związane z libghc-psqueues-prof
|
|
|
-
- dep: libghc-base-prof-4.13.0.0-2f220 [amd64]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-base-prof-4.13.0.0-5b8ba [armhf]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-base-prof-4.13.0.0-bfdb4 [ppc64el]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-base-prof-4.13.0.0-d4e5b [arm64]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-5e065 [armhf]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-76304 [arm64]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-9f093 [amd64]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-a2b24 [ppc64el]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-ghc-prim-prof-0.5.3-00322 [armhf]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-ghc-prim-prof-0.5.3-49209 [nie armhf]
- pakiet wirtualny udostępniany przez ghc-prof
-
- dep: libghc-hashable-prof-1.3.0.0-523f3 [arm64]
- pakiet wirtualny udostępniany przez libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.3.0.0-55d2a [ppc64el]
- pakiet wirtualny udostępniany przez libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.3.0.0-565bd [armhf]
- pakiet wirtualny udostępniany przez libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.3.0.0-d5f3c [amd64]
- pakiet wirtualny udostępniany przez libghc-hashable-prof
-
- dep: libghc-psqueues-dev (= 0.2.7.2-2build2)
- Pure priority search queues
Pobieranie libghc-psqueues-prof
| Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
|---|---|---|---|
| amd64 | 171,9 KiB | 1755 KiB | [lista plików] |
| arm64 | 221,5 KiB | 2173 KiB | [lista plików] |
| armhf | 225,5 KiB | 1681 KiB | [lista plików] |
| ppc64el | 211,8 KiB | 2823 KiB | [lista plików] |