HTTP::Headers::Fast::XS - XS implementation of HTTP::Headers::Fast
0.001
# load once use HTTP::Headers::Fast::XS; # keep using HTTP::Headers::Fast as you wish
By loading HTTP::Headers::Fast::XS anywhere, you replace any usage of HTTP::Headers::Fast with the XS implementation.
You can continue to use HTTP::Headers::Fast and any other module that depends on it just like you did before. It's just faster now.
This is still EXPERIMENTAL and in development. Try it out, enjoy, and use at your own risk.
Implemented methods in XS:
p5pclub
Sawyer X xsawyerx AT cpan DOT org
xsawyerx AT cpan DOT org
Andrei Vereha avereha AT cpan DOT org
avereha AT cpan DOT org
Steven Lee stevel AT cpan DOT org
stevel AT cpan DOT org
Gonzalo Diethelm gonzus AT cpan DOT org
gonzus AT cpan DOT org
Rafaël Garcia-Suarez - for asking for it.
To install HTTP::Headers::Fast::XS, copy and paste the appropriate command in to your terminal.
cpanm
cpanm HTTP::Headers::Fast::XS
CPAN shell
perl -MCPAN -e shell install HTTP::Headers::Fast::XS
For more information on module installation, please visit the detailed CPAN module installation guide.