Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 4755 days ago | link | parent

I just noticed that queues make accum/collect more efficient.

https://github.com/akkartik/wart/commit/521a299b5ecf4f9acc2d...

It's still going to require the entire sequence to be constructed all at once, but things are now marginally better.