You might want to see some of my slides here: https://cry.nu/YAPC-EU-2017/MoarVM-Internals/#/9 Link is where the string implementation starts. I don't see it detailed in our documentation, but it may be somewhere. As…
MoarVM stores strings as either 32-bit signed or 8-bit signed. Negative numbers are reserved for "synthetic's" which are for grapheme clusters which contain more than a single codepoint. Synthetics are allocated as…
You might want to see some of my slides here: https://cry.nu/YAPC-EU-2017/MoarVM-Internals/#/9 Link is where the string implementation starts. I don't see it detailed in our documentation, but it may be somewhere. As…
MoarVM stores strings as either 32-bit signed or 8-bit signed. Negative numbers are reserved for "synthetic's" which are for grapheme clusters which contain more than a single codepoint. Synthetics are allocated as…