Y
Hacker News
new
|
ask
|
show
|
jobs
by
jstimpfle
2322 days ago
Do you get a speed-up if you use getc_unlocked() instead of getc()? And if you write your own isspace()? As far as I know, isspace() is locale sensitive.
1 comments
sauerbraten
2322 days ago
isspace is defined as a macro at the top of the file, and it's definitely not locale sensitive ;)
link