core
core copied to clipboard
`bigint` (64-bit) IDs
We used to use 64-bit IDs but moved to regular JS numbers for easier maintainability. We should revisit using bigints since they offer some minor benefits, like preventing the use of floating point numbers and larger limits. I have no idea why someone would want to use ZenFS to store more than 2^31 files, but we should support it anyway.