-
-
Notifications
You must be signed in to change notification settings - Fork 41
bigint (64-bit) IDs #233
Copy link
Copy link
Open
Labels
breakingThis issue or pull request involves a breaking changeThis issue or pull request involves a breaking change
Milestone
Metadata
Metadata
Assignees
Labels
breakingThis issue or pull request involves a breaking changeThis issue or pull request involves a breaking change
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.