We are all know that printf & scanf in c is more faster then the puts in
ruby.
Is that possible to add a interface of method in ruby that directly
calls the c printf & scanf (like something cprintf, cscanf) that would
speed up the IO of ruby?
The basic of ruby seems like c language, is that easy to achieve this?