Glenn Maynard e35fee68f0 Fix slow score writing.
f << endl; is roughly equivalent to fprintf(f, "\n"; fflush(f);.  Never use endl
unless you really, explicitly want to flush the stream.
2003-10-23 21:00:47 +00:00
2003-10-23 21:00:47 +00:00
S
Description
Languages
C++ 85.7%
Lua 4.3%
C 4.3%
Rich Text Format 2.3%
CMake 1.1%
Other 2%