-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The sorting in the finalize step is very expensive. We can probably do better than quicksort since we know we're sorting integers. Especially if we want to update the tables and call Finalize() again, it would be nice not to hit O(n^2) behaviour (although Go drops to mergesort if the recursion level gets too high, we're still in O(n log n) territory).
Metadata
Metadata
Assignees
Labels
No labels