Skip to content

bigint (64-bit) IDs #233

@james-pre

Description

@james-pre

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.

Metadata

Metadata

Assignees

Labels

breakingThis issue or pull request involves a breaking change

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions