moonbitlang / core

MoonBit's Core library
https://moonbitlang.com/
Apache License 2.0
586 stars 73 forks source link

priority queue using enum labels to improve perf #440

Closed bobzhang closed 4 months ago

bobzhang commented 4 months ago

we did not have mut support for enum, but now it is supported so we can make it more efficient