Skip to main content

Timeline for Fastest draw in the west!

Current License: CC BY-SA 4.0

3 events
when toggle format what by license comment
Apr 8, 2021 at 5:37 comment added Anders Kaseorg @CodyGray putchar_unlocked doesn’t actually make the system call; it buffers in the C library.
Apr 8, 2021 at 4:11 comment added Cody Gray - on strike Why do 5 separate putchar calls, instead of writing the entire string at once (e.g., puts_unlocked)? Seems like reducing the number of system calls would improve performance.
Apr 8, 2021 at 0:13 history answered Noodle9 CC BY-SA 4.0