core icon indicating copy to clipboard operation
core copied to clipboard

`bigint` (64-bit) IDs

Open james-pre opened this issue 7 months ago • 0 comments

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.

james-pre avatar May 19 '25 23:05 james-pre