Restructured get_line() for clarity and speed.
- The raw_input() functionality is moved to a separate function. - Drop GNU getline() in favor of getc_unlocked(), which exists on more platforms (and is even a tad faster on my system).
Showing
Please register or sign in to comment