metarhia/metalog

Compare implementations

Closed this issue · 2 comments

For each implementation:

  • Determine actual disk operation number
  • Do load tests with different buffer size
  • Do load tests with different fetch interval

Additional:

  • See node.js sources for WritableStream
  • See other loggers
  • Read articles about node.js fs API and logging

New implementation

  • Use single preallocated buffer and buf.write(string[, offset[, length]][, encoding])