libcds2
libcds2 copied to clipboard
Array::sort()
It would be great to implement a sorting function for the array class. I guess we can assume that sorting is an expensive operation, thus building the machinery to pass the array to the functions in the STL sounds reasonable here, as long we keep the actual interface too.