mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 01:49:16 +00:00
Change radix sort threshold to 6
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
|
||||
public class FastBitRadixSort {
|
||||
|
||||
private static final int SMALL_ARRAY_THRESHOLD = 2;
|
||||
private static final int SMALL_ARRAY_THRESHOLD = 6;
|
||||
private Entity[] entityBuffer = new Entity[0];
|
||||
private long[] bitsBuffer = new long[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user