Optimize out use of sgr() by storing rendition instead (11% speedup)
This commit is contained in:
@@ -48,7 +48,7 @@ extern "C" {
|
||||
#include "user.h"
|
||||
#include "terminaloverlay.h"
|
||||
|
||||
const int ITERATIONS = 100000;
|
||||
const int ITERATIONS = 1000;
|
||||
|
||||
int main( void )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user