Optimize out use of sgr() by storing rendition instead (11% speedup)

This commit is contained in:
Keith Winstein
2012-03-14 01:11:47 -04:00
parent c6c6f8bea0
commit 561a2be761
3 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ extern "C" {
#include "user.h"
#include "terminaloverlay.h"
const int ITERATIONS = 100000;
const int ITERATIONS = 1000;
int main( void )
{