Skip to content

ThisNotAlfred/printf-but-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printf-but-new

what if printf, but in modern C++?

benchmark results

new printf took: 0.372077s for 10000 iterations
old printf took: 0.34962s for 10000 iterations
std23 print took: 0.360844s for 10000 iterations
linux write syscall took: 0.336617s for 10000 iterations