Skip to content

gokily/ft_printf_wo_malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf without malloc

In this version of ft_printf, I coded without allocating memory with malloc. The execution speed of this version of ft_printf is about three times as fast as the version with malloc. It is almost as fast as the original printf.

What I learned

My first version could not pass the automated tests in order to validate the project. So I decided to recode it from scratch and make it more efficient. I challenged myself to make a version of printf that did not allocate memory. You can read more about it in this blogpost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published