
17 Jan
2005
17 Jan
'05
6:31 p.m.
Bruno MartÃnez Aguerre wrote:
Coroutines or threads are overkill for this problem, IMHO. What you need is laziness, as in haskell. FC++ probably can handle decompress with less overhead than threads.
I'm not sure what you mean. The algorithm Daniel mentioned can be implemented efficiently in the current framework. The question is whether it can be simplified without sacrificing performance. If you think this can be done with FC++, please post some code. Jonathan