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
NIF version 2.17 (OTP 26) got new functions and extended existing functions around strings and atoms to support UTF8 encoded strings directly. As Rust str uses UTF8, this should allow us to simplify the code and potentially also speed things up, as we can skip intermediate allocations.
The text was updated successfully, but these errors were encountered:
NIF version 2.17 (OTP 26) got new functions and extended existing functions around strings and atoms to support UTF8 encoded strings directly. As Rust
str
uses UTF8, this should allow us to simplify the code and potentially also speed things up, as we can skip intermediate allocations.The text was updated successfully, but these errors were encountered: