masala-parser icon indicating copy to clipboard operation
masala-parser copied to clipboard

Optimise Buffered stream

Open d-plaindoux opened this issue 8 years ago • 1 comments

A stream can be buffered. For this purpose an entropic cache is build. When a parser is accepted a cut mechanism can be applied in order to flush cache and optimise memory usage.

d-plaindoux avatar Dec 14 '16 06:12 d-plaindoux

I suggest we work on standard streams like native file streams in nodeJS and RxJS (#55) before to choose an optimization strategy.

nicolas-zozol avatar Mar 11 '17 20:03 nicolas-zozol