mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-25 22:41:34 +00:00
adjusted_smallsort_threshhold
This commit is contained in:
@@ -40,7 +40,7 @@ _stable_sort_general :: proc(data: $T/[]$E, call: $P, $KIND: Sort_Kind) where (O
|
||||
}
|
||||
|
||||
merge_rotate :: proc(data: T, call: P){
|
||||
if len(data) <= 64 {
|
||||
if len(data) <= 200 {
|
||||
insertion_sort(data, call)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user