1
1
mirror of https://github.com/coot/free-category.git synced 2024-12-02 12:22:04 +03:00
free-category/src/Control
Marcin Szamotulski be5cfdc552 Optimise internal Queue
Queue contains three 'ListTr', only the middle one, which holds reverse
values, should be forced to weak normal form.  Otherwise the queue will
not be as performant as designed.  A performance gain was measured.

Adding INLINE pragmas had a significant improvemnt in performance of the
queue.
2019-09-01 12:09:39 +00:00
..
Arrow Added semigroup and monoid instances 2019-08-31 10:35:21 +00:00
Category Optimise internal Queue 2019-09-01 12:09:39 +00:00