mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 09:50:03 +00:00
Merge pull request #4101 from Yawning/feature/index-byte-tweaks
core/bytes: Tweak `index_byte`/`last_index_byte`
This commit is contained in:
@@ -13,9 +13,12 @@ RUNS_PER_SIZE :: 2500
|
||||
sizes := [?]int {
|
||||
15, 16, 17,
|
||||
31, 32, 33,
|
||||
63, 64, 65,
|
||||
128,
|
||||
256,
|
||||
512,
|
||||
1024,
|
||||
4096,
|
||||
1024 * 1024,
|
||||
// 1024 * 1024 * 1024,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user