Skip to content

grantm/encoding-fixlatin-xs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encoding::FixLatin::XS

This Perl module is an add-on for the Encoding::FixLatin module to provide an implementation of the fix_latin algorithm written in C for significantly improved performance. The documentation for Encoding::FixLatin describes what the module does - this module does exactly the same thing but faster.

To use this module, simply install it from CPAN:

cpanm Encoding::FixLatin::XS

and then use Encoding::FixLatin as normal. The XS implementation layer will be used if it's available, otherwise the pure-Perl implementation will be used as a fallback.

About

CPAN module: C/XS implementation of Encoding::FixLatin

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published