-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add safety * But: this does involve copying the dictionary: It would be nice to somehow interact with CoW for Perls that support CoW, to prevent needing to copy a possibly multi-megabyte dictionary? Given the dictionary can be passed as a ref (to avoid Perl itself copying the buffer) I do still wonder if it is possible to (optionally) steal the buffer from the provided dictionary. Although the multi-megabyte copy isn't actually that big of a deal.
- Loading branch information
Showing
3 changed files
with
50 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters