fastIntToString: Fast convert integer vector to character vector
Description
Fast conversion from integer vector to character vector using C++
Usage
fastIntToString_alt_Std(x)fastIntToStringRcpp(x)
Arguments
bufferSize
int if any input strings are longer than this number
(default 16) there will be memory errors. No checks done for speed.