Rcpp fast implementation of median
median_rcpp(x)
x
A numeric vector containing the values whose median is to be computed.
Ian M. Johnson
median_rcpp(1:100)