Ben Gamari

Results 105 issues of Ben Gamari

While the diff queue and work queue shouldn't be terribly hot, it wouldn't hurt to use a lockfree deque.

enhancement

enhancement

`Probability` should probably just be a `newtype` wrapper around a numeric type to indicate that it is a normalized quantity.

enhancement

Currently import code expects nodes to be given by numeric node IDs. This is unlike items, where the `UniqueKey` infrastructure is used to map string names to numeric keys. This...

enhancement

Currently the version on Hackage does not compile with GHC 7.6.

The C99 `restrict` keyword is currently not supported.

This is a first cut at deriving `Rep` instances with Template Haskell. Does this interface look sane?

Some comments in #634 suggest that Hadrian's treatment of adjustors may be broken. We should test on i386 to make sure this configuration works.

help wanted
medium-priority