-
Great work on completing these challenges. Here's some feedback to improve your code:
- [x] ~~For priority queues: In the front() method, your return’s get_min() function will return the tuple (prior…
-
See thread here:
https://community.haxeui.org/t/haxeui-with-hashlink-and-heaps/307/4 for details.
-
Hi, I just thought I'd share this small benchmark I wrote while investigating the speed of various priority queue libraries. Perhaps there's something wrong with the methodology, but if not, `heaps` a…
-
moving issue from heaps repo:
https://github.com/HeapsIO/heaps/pull/1050
basically: convey what heaps really is a bit more concretely, honestly, with some more written information, particularly on…
-
### Description
Binary doc values allow to store a variable number of bytes on a doc value. In order to read those bytes, we currently get a BytesRef from the API which contains the bytes on heap. In…
-
Hello,
I am try to feed the follow code to the config.annotations in the ideogram
```
var annots = [
{
"name": "TP53",
"chr": "17",
"start": 7687489,
"sto…
-
Haxe: latest git
Hashlink: latest git
Heaps.io: latest git
I'm compiling a sample Heaps.io project with DX12 backend to HL/C target.
Compiler throws "Error: Don't know how to compare array and a…
-
Programs can have multiple heaps if they are multi-threaded. Currently only single threaded programs are supported.
Change the map parsing to return a std::vector for the heaps. The function that t…
-
For some reason we had two order pages with identical page numbers on our production server. This caused the changeNum hook to throw an exception, which caused heaps of chaos.
The order pages that …
-
I was following this Heaps.io guide (Link to Guide: https://heaps.io/documentation/hello-hashlink.html) to learn about how to make my own game like "Dead Cells" but immediately encountered this issue:…