Skip to content

buffering CSV output #1264

@bob-carpenter

Description

@bob-carpenter

The output now is probably being flushed on a line-by-line basis through << std::endl.

It'd be nice to have a version that buffers the output (either automatically or optionally). It may provide a significant speedup for users working over a network file system (as in a cluster) or a spinny disks instead of solid state.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions