nim-heap icon indicating copy to clipboard operation
nim-heap copied to clipboard

Simple binary heap implementation in Nim

Results 1 nim-heap issues
Sort by recently updated
recently updated
newest added

There are tons of GcUnsafe2 warnings now, using nim-HEAD: ``` nim-heap/binaryheap.nim(45, 4) Warning: 'propFulfilled' is not GC-safe as it performs an indirect call here [GcUnsafe2] h.comp(h.data[indParent], h.data[indChild])