-
Notifications
You must be signed in to change notification settings - Fork 0
Indexes in the heap #5
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I believe there is a better way to find indexes in the interpretation. I'm talking specially about the line in interpretMS
let eval_prog verbose prog vlist =
....
let merge heapval =
let l = Array.find_index ((=) heapval) heap in (* TODO : how to find index???? *)
This operation is done every time we use a constructor and could be costly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested