Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-psqueues-0.2.7.3-bp154.1.11 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-psqueues Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.2.7.3 Vendor: openSUSE
Release: bp154.1.11 Build date: Mon May 9 13:54:19 2022
Group: Unspecified Build host: obs-power8-05
Size: 804871 Source RPM: ghc-psqueues-0.2.7.3-bp154.1.11.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/psqueues
Summary: Pure priority search queues
The psqueues package provides <http://en.wikipedia.org/wiki/Priority_queue
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
<http://citeseer.ist.psu.edu/hinze01simple.html A Simple Implementation
Technique for Priority Search Queues>. Hence, it is similar to the
<http://hackage.haskell.org/package/PSQueue 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 <http://en.wikipedia.org/wiki/Radix_tree 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. The benchmarks show how they perform relative to one another,
and also compared to the other Priority Search Queue implementations on
Hackage: <http://hackage.haskell.org/package/PSQueue PSQueue> and
<http://hackage.haskell.org/package/fingertree-psqueue fingertree-psqueue>.

<<http://i.imgur.com/KmbDKR6.png>>

<<http://i.imgur.com/ClT181D.png>>

Typical applications of Priority Search Queues include:

* Caches, and more specifically LRU Caches;

* Schedulers;

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

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Nov 06 2021 psimons@suse.com
  - Update psqueues to version 0.2.7.3.
    [#] CHANGELOG
    - 0.2.7.3 (2021-11-05)
    * Relax hashable, tasty and QuickCheck upper bounds
    * Bump Cabal-version to 1.10
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Mon Aug 31 2020 psimons@suse.com
  - Update psqueues to version 0.2.7.2 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
  - Add psqueues at version 0.2.7.2.

Files

/usr/lib64/ghc-8.10.7/psqueues-0.2.7.3
/usr/lib64/ghc-8.10.7/psqueues-0.2.7.3/libHSpsqueues-0.2.7.3-6TS9WitW2po13LHHZ0LRs3-ghc8.10.7.so
/usr/share/licenses/ghc-psqueues
/usr/share/licenses/ghc-psqueues/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024