Name: | ghc-psqueues |
---|---|
Version: | 0.2.8.0 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 481539 |
License: | BSD-3-Clause |
RPM: | ghc-psqueues-0.2.8.0-1.el10_0.x86_64.rpm |
Source RPM: | ghc-psqueues-0.2.8.0-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/psqueues |
Summary: | Pure priority search queues |
Description: | The psqueues package provides Priority Search Queues> in three different flavors. 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*. |