timsort-cpp icon indicating copy to clipboard operation
timsort-cpp copied to clipboard

A fine-tuned, highly-optimized timsort implementation for C++17.

Results 1 timsort-cpp issues
Sort by recently updated
recently updated
newest added

Unless I'm mistaken, the `reinterpret_cast` in `timsort_stack_buffer` that performs the *pointer to integer type -> pointer to type to merge* conversion violates the C++ type aliasing rules (see the corresponding...