Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bit-array): initial commit #663

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

kyranet
Copy link
Member

@kyranet kyranet commented Nov 10, 2023

This is a dependency for @sapphire/string-store's unaligned (and more compact) data storage, based on TypedArray's API, but using bits instead of bytes.

Pending to add the missing code, and a lot of tests.

@favna
Copy link
Member

favna commented Nov 11, 2023

Can't you just make this part of the code of string-store. Why does this need to be its own package. This way it just adds more unnecessary maintenance overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants