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

Typo in README.md #46

Open
ssousa33-OS opened this issue Oct 10, 2024 · 0 comments
Open

Typo in README.md #46

ssousa33-OS opened this issue Oct 10, 2024 · 0 comments

Comments

@ssousa33-OS
Copy link

Just flagging a small typo that appears on both line 487 and 489 of README.md. mplementation -> implementation

proposal-structs/README.md

Lines 487 to 489 in 285ddde

Strings in production engines have in-place mutation to transition representation in order to optimize for different use ases (e.g. ropes, slices, canonicalized, etc). Sharing strings will likely be the most challenging part of the mplementation.
It is possible to support sharing strings by copying-on-sharing, but may be too slow. If possible, lockfree mplementations of in-place mutations above is ideal.

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