Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasmalacofilho/dheap
Fast D-ary heaps for Haxe
https://github.com/jonasmalacofilho/dheap
Last synced: 25 days ago
JSON representation
Fast D-ary heaps for Haxe
- Host: GitHub
- URL: https://github.com/jonasmalacofilho/dheap
- Owner: jonasmalacofilho
- License: bsd-2-clause
- Created: 2014-08-09T03:23:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T07:49:50.000Z (over 9 years ago)
- Last Synced: 2023-06-16T03:35:22.316Z (over 1 year ago)
- Language: Haxe
- Homepage:
- Size: 242 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
D-ary heaps for Haxe
====================[Fast][heap-performance] implementation of a generic arity heap for Haxe.
Rewritten from previous work on [jonas-haxe].
[jonas-haxe]: https://github.com/jonasmalacofilho/jonas-haxe
[heap-performance]: https://github.com/jonasmalacofilho/heap-performance[![Build Status](https://travis-ci.org/jonasmalacofilho/dheap.svg?branch=master)](https://travis-ci.org/jonasmalacofilho/dheap)