Skip to content
  • John Dias's avatar
    stack overflows and out of memory's · 5dc8b425
    John Dias authored
    1. Stack overflow fixed by making dataflow monad strict in the state.
    2. Out of memory fixed by "forgetting" lastoutfacts in the dataflow monad
       where we should. We were creating an unnecessarily long list that grew
       exponentially...
    5dc8b425