Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 023bce476a755de501f1704159f3d9162a50f09e
https://github.com/Perl/perl5/commit/023bce476a755de501f1704159f3d9162a50f09e
Author: Karl Williamson <[email protected]>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M dist/Storable/Storable.xs
M dist/Storable/lib/Storable.pm
Log Message:
-----------
Storable: use utf8_to_bytes_overwrite() if available
This is simpler and saves a malloc each time.
Note that this code could use plain utf8_to_bytes() on older perls, but
it is less convenient, so would require more code; I don't think the
performance gain is worth it.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications