tiehuis / faststack

If you want to stack blocks kind of quick
https://tiehuis.github.io/faststack/
GNU General Public License v3.0
11 stars 1 forks source link

Buffer replay output #58

Closed tiehuis closed 7 years ago

tiehuis commented 7 years ago

Every input state change current results in a write immediately to the replay file. This is not optimal and we should instead allow support for writing to an intermediate buffer and batching our writes.

Initially, we should just rely on the printf buffer and change the buffering type to not flush on newline.

tiehuis commented 7 years ago

Had a small look and this was negligible so closing.