package psq

  1. Overview
  2. Docs
Functional Priority Search Queues

Install

Dune Dependency

Authors

Maintainers

Sources

psq-v0.1.1.tbz
sha256=58ca577e6cd3e35fdee32f8ecda36e413a513ca034ee4d1bbbe0ce475fe8ef2a
md5=6d6347f177adb1c1dae23c599248a9f1

Description

Typical applications are searches, schedulers and caches. If you ever scratched your head because that A* didn't look quite right, a PSQ is what you needed.

Published: 07 Apr 2019

README

psq — Functional Priority Search Queues

v0.1.1

psq provides a functional priority search queue for OCaml. This structure behaves both as a finite map, containing bindings k -> p, and a priority queue over p. It provides efficient access along more than one axis: to any binding by k, and to the binding(s) with the least p.

Typical applications are searches, schedulers and caches. If you ever scratched your head because that A* didn't look quite right, a PSQ is what you needed.

The implementation is backed by priority search pennants.

psq is distributed under the ISC license.

Documentation

Documentation is generated by odoc. It can be browsed online.

Dependencies (3)

  1. seq
  2. dune >= "1.7"
  3. ocaml >= "4.03.0"

Dev Dependencies (3)

  1. alcotest with-test
  2. qcheck-alcotest with-test
  3. qcheck-core with-test

Used by (7)

  1. dream < "1.0.0~alpha3"
  2. dream-httpaf
  3. h2
  4. ke >= "0.5"
  5. lru < "0.3.0"
  6. ocluster < "0.2"
  7. piaf

Conflicts

None

OCaml

Innovation. Community. Security.