jwutil (version 1.2.3)

fastIntToStringRcpp: Convert integers to strings as quickly as possible

Description

Have tried R, sprintf with Rcpp and C++ standard library. Doesn't do bounds checking, but limited by length of integers.

Usage

fastIntToStringRcpp(x)

Arguments

x

Vector of integers

Value

Vector of characters