https://github.com/giacomocavalieri/pq
🎢 Priority queues in Gleam
https://github.com/giacomocavalieri/pq
Last synced: 26 days ago
JSON representation
🎢 Priority queues in Gleam
- Host: GitHub
- URL: https://github.com/giacomocavalieri/pq
- Owner: giacomocavalieri
- License: apache-2.0
- Created: 2023-11-14T18:36:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T18:39:32.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:00:00.822Z (about 1 month ago)
- Language: Gleam
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pq
[](https://hex.pm/packages/pq)
[](https://hexdocs.pm/pq/)## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add pq
```and its documentation can be found at .