Merge pull request #4101 from Yawning/feature/index-byte-tweaks

core/bytes: Tweak `index_byte`/`last_index_byte`
This commit is contained in:
Jeroen van Rijn
2024-08-19 20:43:37 +02:00
committed by GitHub
3 changed files with 236 additions and 92 deletions
@@ -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,
}