idris-ct icon indicating copy to clipboard operation
idris-ct copied to clipboard

improve compilation speed for ProductCategory

Open marcosh opened this issue 5 years ago • 4 comments

this is slowing down the compilation of all the monoidal part of the library

coming from https://github.com/statebox/idris-stbx-core/issues/32

marcosh avatar Apr 04 '19 17:04 marcosh

Monad.lidr is also incredibly slow to compile for me. Is it known what makes these things slow?

WhatisRT avatar May 28 '19 12:05 WhatisRT

From what I observed, it may have to do something with the usage of pairs (and triples), but I guess that's not the case for monads

marcosh avatar May 28 '19 20:05 marcosh

Any workarounds for this? Having to wait ~10mins for each interactive editor call while trying to implement #81

Jake-Gillberg avatar Apr 27 '20 18:04 Jake-Gillberg

@Jake-Gillberg unluckily I don't know about any workaround. I might just suggest not to use the interactive editor and work on this on bare hands, recompiling manually one in a while

marcosh avatar Apr 28 '20 07:04 marcosh