You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: