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

Fast constructor for constructing a larger ShortString from a shorter one #18

Closed
oxinabox opened this issue Oct 29, 2020 · 2 comments
Closed

Comments

@oxinabox
Copy link
Member

I think there should be a fast way to convert one short string into another, larger one.
This would be useful for implementing cmp and for making promotion work

@xiaodaigh
Copy link
Collaborator

This already works after #25 and your PR earlier right?

Re-open if I got this wrong

ss3"abc" == ss7"abc" # true

@oxinabox
Copy link
Member Author

oxinabox commented Oct 31, 2020

Oh yeah I forgot I opened an issue about it.

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

2 participants