mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Lower MAP_MIN_LOG2_CAPACITY from 6 to 3 (64->8)
This commit is contained in:
@@ -44,7 +44,7 @@ _ :: intrinsics
|
|||||||
MAP_LOAD_FACTOR :: 75
|
MAP_LOAD_FACTOR :: 75
|
||||||
|
|
||||||
// Minimum log2 capacity.
|
// Minimum log2 capacity.
|
||||||
MAP_MIN_LOG2_CAPACITY :: 6 // 64 elements
|
MAP_MIN_LOG2_CAPACITY :: 3 // 8 elements
|
||||||
|
|
||||||
// Has to be less than 100% though.
|
// Has to be less than 100% though.
|
||||||
#assert(MAP_LOAD_FACTOR < 100)
|
#assert(MAP_LOAD_FACTOR < 100)
|
||||||
|
|||||||
Reference in New Issue
Block a user