_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Similar to mine except that I implemented with all of the memory (data,
instruction, input and output ports) with the Data.Map library. One
thing to care about is the heap memory profiling. You'll need to make
sure that Map.insert function do not pile up as thunk. This is a
typical memory leak profiling with most purely functional lazy data
structures. I only tried the first problem, and it was good enough
performance. But I don't have an idea how may timesteps it takes for
the Operations Clear Sky.
- [Haskell-cafe] Reflections on the IC... Justin Bailey
- Re: [Haskell-cafe] Reflections ... John Meacham
- Re: [Haskell-cafe] Reflecti... Miguel Mitrofanov
- Re: [Haskell-cafe] Refl... John Meacham
- Re: [Haskell-cafe] ... Miguel Mitrofanov
- [Haskell-cafe] Re: Reflecti... Ahn, Ki Yung
- Re: [Haskell-cafe] Re: ... Eugene Kirpichov
- Re: [Haskell-cafe] Reflections ... Rafael Gustavo da Cunha Pereira Pinto
- Re: [Haskell-cafe] Reflections ... Brent Yorgey
- [Haskell-cafe] Re: Reflections ... Ahn, Ki Yung