lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Make functions as inline/inlinable #94

Open konsumlamm opened 1 year ago

konsumlamm commented 1 year ago

Currently it seems that many functions take Ord dictionaries, even with optimizations. We should mark some functions as inline/inlinable, so that the dictionaries can be inlined.