mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-10-27 06:21:20 +00:00
On my Macbook Pro, reading from standard input incurs a bunch of locking overhead, which complicates profiling and (IMO) adds noise to results. This adds the option to read from a file, which doesn't incur this overhead.