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

Feature request: no-mutation memory focused version? #1

Open
GnomedDev opened this issue Jan 26, 2024 · 0 comments
Open

Feature request: no-mutation memory focused version? #1

GnomedDev opened this issue Jan 26, 2024 · 0 comments

Comments

@GnomedDev
Copy link
Contributor

I've recently developed https://lib.rs/small-fixed-array and I'm interested in using this crate in place of FixedArray<FixedString> but currently this library would waste 2 pointer sizes for capacity when that is unnecessary for my use case. Therefore, I'm requesting a FixedCompactBytestrings and a FixedCompactStrings wrapping it which are either based on Box<[u8]> (more standard) or my FixedArray<u8> (no alignment requirement, generic length type).

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

No branches or pull requests

1 participant