Code Tidbits: wrk pt.1
·9 mins
I have this plan to do some write up series related to programming and such, mostly as another form of practicing C systems programming. Just when I wondered about what topic I should write, I found this gem written by Will Glozer. So I think I can study the source code and write some little explanation here and there about the code, hence the tidbits. Feel free to critic and correct things if you find mistakes on this. It would be my honour.
I kinda like the source code for its simplicity and learn a lot from them. The library used from redis including zmalloc
and ae
. I will going into zmalloc, before that, lets see this aprintf
first.