Michael Sloan

Results 113 comments of Michael Sloan

I have done (2), and unfortunately, the TH generated instances take a long time to compile as well. I have an idea of how to resolve it: - [ ]...

Actually, I don't think it's the quadratic typechecking thing, though that probably isn't helping much. I can load store into ghci in less than 10 seconds, so it must be...

Wow, somewhere along the line the full time to build store crept up to `4m36.683s`. In RyanGIScott's blogpost, recently on reddit, http://ryanglscott.github.io/2016/05/12/whats-new-with-ghc-generics-in-80/ , he has a section on the performance...

I closed it due to the drastic improvement. However, we may still want to revisit this.

One interesting consideration is how the default methods for `Store` should work. ``` haskell newtype Put a = Put { unPut :: Poke a } newtype Get a = Get...

@EarthCitizen Nope, same status. Haven't yet needed this.

Yes, this is why we have a submodule dep on smallcheck. For some reason roman has not accepted this PR https://github.com/feuerbach/smallcheck/pull/34 This is among the reasons I'm considering moving away...

We actually should maybe consider changing the instance for Ratio to use Storable. We have two choices: - Enable serialization of invalid values, violating Ratio invariants (current behavior) - Have...

Yup, feel free to remove it!