fs2
fs2 copied to clipboard
File Buffer
Hi! I have some projects that need to process big streams multiple times. Since these streams can be a few Gigabytes in size I need to write them to disk to be able to consume them multiple times. Would there be interest in something like this?
This would be even more useful in conjunction with a combinator that only pipes the stream through this buffer if it exceeds a limit.