Patrick Dougherty
Patrick Dougherty
From Reddit: > Does this support finding all possible paths between two specific nodes, where each edge is represented by a Money.ExchangeRate src dst? I.e. can I use arbitrary types...
`HM.fromList` offers a significant speedup over `foldl' insert`. I need to find an efficient way to convert from the user interface of `Edge n1 label n2` to each node paired...
The half edge type benefits greatly from unpacking on smaller types. ```haskell data Head a b = Head !a !b data SmallHead = SmallHead !Char !Int ``` Due to `-funbox-small-strict-fields`,...
These lockfiles are sticking around even though the associated tomls are gone. Remove them to clean up.
Ignore auto-generated directories and disable a target with internal dependencies.