How does rb_str_cat differ from rb_str_buf_cat?
I have a a String object, a C pointer to a char array, and the length of the array. The array is 10KB or even 100KB. I want to cat the char array to the String. Which is the better function to use?
···
--
RMagick: http://rmagick.rubyforge.org/