mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 01:40:29 +00:00
use 5+27 length for quadrable keys instead of 9+23
- reduces quadrable branching - increases collision resistance - good until year 2514
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
const size_t MAX_SUBID_SIZE = 63;
|
||||
const size_t MAX_SUBID_SIZE = 63; // Statically allocated size in SubId
|
||||
const uint64_t MAX_TIMESTAMP = 17179869184; // Safety limit to ensure it can fit in quadrable key. Good until year 2514.
|
||||
|
Reference in New Issue
Block a user