Use uint32_t since it's sufficient for hashing, using an int64_t was especially inefficient when allocating an int64_t for every boolean (when compacting an array of booleans). Improve performance of array de-duplication, see: #105046.
Use uint32_t since it's sufficient for hashing, using an int64_t was especially inefficient when allocating an int64_t for every boolean (when compacting an array of booleans). Improve performance of array de-duplication, see: #105046.