Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/heaps
Asymptotically optimal Brodal/Okasaki heaps
https://github.com/ekmett/heaps
Last synced: 21 days ago
JSON representation
Asymptotically optimal Brodal/Okasaki heaps
- Host: GitHub
- URL: https://github.com/ekmett/heaps
- Owner: ekmett
- License: bsd-3-clause
- Created: 2010-06-14T10:09:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T01:57:59.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T20:16:01.144Z (6 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/heaps
- Size: 131 KB
- Stars: 29
- Watchers: 7
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
heaps
======[![Hackage](https://img.shields.io/hackage/v/heaps.svg)](https://hackage.haskell.org/package/heaps) [![Build Status](https://github.com/ekmett/heaps/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/heaps/actions?query=workflow%3AHaskell-CI)
This package provides Brodal/Okasaki heaps. These are asymptotically optimal purely functional heaps.
Contact Information
-------------------Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett