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

rollup of various PRs #50

Merged
merged 5 commits into from Jul 5, 2022
Merged

rollup of various PRs #50

merged 5 commits into from Jul 5, 2022

Conversation

BurntSushi
Copy link
Owner

No description provided.

Thom Chiovoloni and others added 2 commits July 5, 2022 09:51
This permits writing tables using '[char; 3]' instead of '&[char]'. The
latter is a fat point taking up 16 bytes by itself, where as the former
is an inlined sequence of 3 codepoints, using only 12 bytes. Since the
new representation drops the length encoded in '&[char]', we use the NUL
codepoint as a sentinel.

See #33 for a more in depth description with additional upsides of this
new mode.

Closes #33, Closes #34
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

4 participants