Quoth Elie Le Vaillant <eolie...@disroot.org>: > I'm not sure why we're doing malloc() then memcpy() here, when > we could just make col->line.data point to start.data. This is costy > for huge sorts (3 time slower than other implementations with no real > reason). Since we are now working with the original line.data we need > to revert the s/\n/\0/ that happens in columns(). > ---
Applied thanks,