Indexing strategies for the neume network.
GNU General Public License v3.0
11
stars
7
forks
source link
`lineReader` and `function transform` buffer the entire file before writing and this will make strategies run out of memory #208
Closed
TimDaub closed 2 years ago
lineReader
andfunction transform
in the lifecycle is that a buffer accumulates the entire file in memory: https://github.com/neume-network/strategies/blob/3b0480d9c5e0a39e3f87cea410fc19207f788794/src/lifecycle.mjs#L27