The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "GONZUS"

Ref::Util - Utility functions for checking references River stage three • 141 direct dependents • 439 total dependents

Ref::Util introduces several functions to help identify references in a smarter (and usually faster) way. In short: # conventional approach # with Ref::Util ref( $foo ) eq 'ARRAY' is_plain_arrayref( $foo ) use Scalar::Util qw( reftype ); reftype( $fo...

ARC/Ref-Util-0.204 - 19 Apr 2018 11:23:10 UTC - Search in distribution

Devel::Probe - Quick & dirty code probes for Perl River stage one • 1 direct dependent • 1 total dependent

Use this module to allow the possibility of creating probes for some lines in your code. These probes can be used to build things like debuggers, fault injection tests, or production observability tooling. The probing code is installed when you impor...

GONZUS/Devel-Probe-0.000006 - 02 Feb 2021 10:21:30 UTC - Search in distribution

HTTP::XSHeaders - Fast XS Header library, replacing HTTP::Headers and HTTP::Headers::Fast. River stage two • 2 direct dependents • 21 total dependents

By loading HTTP::XSHeaders anywhere, you replace any usage of HTTP::Headers and HTTP::Headers::Fast with a fast C implementation. You can continue to use HTTP::Headers and HTTP::Headers::Fast and any other module that depends on them just like you di...

XSAWYERX/HTTP-XSHeaders-0.400005 - 23 Jun 2022 18:23:42 UTC - Search in distribution

URI::XSEscape - Fast XS URI-escaping library, replacing URI::Escape. River stage one • 1 direct dependent • 2 total dependents

By loading URI::XSEscape anywhere, you replace any usage of URI::Escape with a faster C implementation. You can continue to use URI::Escape and any other module that depends on it just like you did before. It's just faster now. When you have loaded U...

GONZUS/URI-XSEscape-0.002000 - 16 Feb 2021 17:11:40 UTC - Search in distribution

JavaScript::V8::XS - Perl XS binding for the V8 Javascript embeddable engine River stage zero No dependents

This module provides an XS wrapper to call V8 from Perl. The wrapper is used in an OO way: you create an instance of "JavaScript::V8::XS" and then invoke functions on it....

GONZUS/JavaScript-V8-XS-0.000014 - 14 Aug 2019 09:40:08 UTC - Search in distribution

JavaScript::Duktape::XS - Perl XS binding for the Duktape Javascript embeddable engine River stage one • 1 direct dependent • 1 total dependent

This module provides an XS wrapper to call Duktape from Perl. The wrapper is used in an OO way: you create an instance of "JavaScript::Duktape::XS" and then invoke functions on it....

GONZUS/JavaScript-Duktape-XS-0.000079 - 02 Sep 2021 10:21:33 UTC - Search in distribution

HTTP::XSCookies - Fast XS cookie mangling for Perl River stage zero No dependents

This module implements cookie creation (baking) and parsing (crushing) using XS, therefore improving the speed of a pure Perl implementation....

GONZUS/HTTP-XSCookies-0.000021 - 10 Mar 2018 23:50:19 UTC - Search in distribution

Ref::Util::XS - XS implementation for Ref::Util River stage one • 2 direct dependents • 3 total dependents

Ref::Util::XS is the XS implementation of Ref::Util, which provides several functions to help identify references in a more convenient way than the usual approach of examining the return value of "ref". You should use Ref::Util::XS by installing Ref:...

XSAWYERX/Ref-Util-XS-0.117 - 31 Jan 2018 11:47:31 UTC - Search in distribution

Math::Utils::XS - Some math utility functions implemented in XS River stage zero No dependents

GONZUS/Math-Utils-XS-0.000005 - 18 Apr 2018 09:49:51 UTC - Search in distribution

Geo::OLC::XS - Perl XS binding for Open Location Code, a library to generate short codes that can be used like street addresses, for places where street addresses don't exist. River stage zero No dependents

GONZUS/Geo-OLC-XS-0.000001 - 12 Nov 2018 22:15:15 UTC - Search in distribution

Devel::QuickCover - Quick & dirty code coverage for Perl River stage zero No dependents

The following program sets up the coverage hook on "use" and dumps a report (to "/tmp" by default) at the end of execution. use Devel::QuickCover; my $x = 1; my $z = 1 + $x; The following program sets up the coverage hook on "start()" and dumps a rep...

GONZUS/Devel-QuickCover-0.900014 - 09 Aug 2019 08:10:20 UTC - Search in distribution

Path::Hilbert::XS - XS implementation of a Hilbert Path algorithm River stage zero No dependents

This implements Path::Hilbert in XS for speed and awesomesauceness. The OO interface is not available (yet?)....

GONZUS/Path-Hilbert-XS-0.003 - 17 Aug 2015 09:51:50 UTC - Search in distribution

HTTP::Headers::Fast::XS - XS implementation of HTTP::Headers::Fast River stage zero No dependents

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. ...

XSAWYERX/HTTP-Headers-Fast-XS-0.001 - 25 Aug 2015 14:40:54 UTC - Search in distribution

Parser::GraphQL::XS - Perl XS binding for libgraphqlparser, a GraphQL query parser in C++ with C and C++ APIs. River stage zero No dependents

GONZUS/Parser-GraphQL-XS-0.000004 - 31 Dec 2018 07:10:13 UTC - Search in distribution

lib/Cache/utLRU.pm River stage zero No dependents

Quick & dirty implementation of a Perl LRU cache using the uthash library....

GONZUS/Cache-utLRU-0.002000 - 15 Feb 2017 07:41:26 UTC - Search in distribution
15 results (0.021 seconds)