masala-parser
masala-parser copied to clipboard
Optimise Buffered stream
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.
I suggest we work on standard streams like native file streams in nodeJS and RxJS (#55) before to choose an optimization strategy.