Remove function call for String#bytesize (#8389)
String size is stored in a consistent location, so we can eliminate the function call.
Co-authored-by: Takashi Kokubun [email protected]
Co-authored-by: Maxime Chevalier-Boisvert [email protected] Co-authored-by: Takashi Kokubun [email protected]
Remove function call for String#bytesize (#8389)
String size is stored in a consistent location, so we can eliminate the
function call.
Co-authored-by: Takashi Kokubun [email protected]
Co-authored-by: Maxime Chevalier-Boisvert [email protected]
Co-authored-by: Takashi Kokubun [email protected]