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

Search results for "Regexp::Optimizer"

Regexp::Optimizer - optimizes regular expressions River stage one • 1 direct dependent • 1 total dependent

DANKOGAI/Regexp-Optimizer-0.23 - 26 Feb 2013 05:50:34 UTC - Search in distribution
  • Regexp::List - Assemble multiple Regular Expressions into a single RE

Regexp::Trie - builds trie-ized regexp River stage three • 1 direct dependent • 228 total dependents

This module is a faster but simpler version of Regexp::Assemble or Regexp::Optimizer. It builds a trie-ized regexp as above. This module is faster than Regexp::Assemble but you can only add literals. "a+b" is treated as "a\+b", not "more than one a's...

DANKOGAI/Regexp-Trie-0.02 - 27 Apr 2006 05:46:12 UTC - Search in distribution

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

share::Exegesis::E05 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

DBD::SQLite - Self-contained RDBMS in a DBI Driver River stage four • 506 direct dependents • 1133 total dependents

SQLite is a public domain file-based relational database engine that you can find at <https://www.sqlite.org/>. DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction cap...

ISHIGAKI/DBD-SQLite-1.74 - 19 Sep 2023 17:26:03 UTC - Search in distribution

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

DBD::SQLcipher - Self-contained RDBMS in a DBI Driver River stage zero No dependents

SQLcipher is a public domain file-based relational database engine that you can find at <http://www.sqlite.org/>. DBD::SQLcipher is a Perl DBI driver for SQLcipher, that includes the entire thing in the distribution. So in order to get a fast transac...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC - Search in distribution

Text::Prefix::XS - Fast prefix searching River stage zero No dependents

This module implements a variety of algorithms to ensure fast prefix matching. It is particularly high performant with pessimistic matching (when a match is unlikely), but is still faster than other methods with optimistic matching (when a match is l...

MNUNBERG/Text-Prefix-XS-0.15 - 28 Dec 2011 07:14:46 UTC - Search in distribution

AI::TensorFlow::Libtensorflow::Manual::CAPI - List of functions exported by TensorFlow C API River stage zero No dependents

The following a list of functions exported by the TensorFlow C API with their associated documentation from the upstream TensorFlow project. It has been converted to POD for easy reference....

ZMUGHAL/AI-TensorFlow-Libtensorflow-0.0.7 - 05 Oct 2023 05:37:08 UTC - Search in distribution

Parse::RecDescent::FAQ::Original - the original, official, authorized FAQ for Parse::RecDescent. River stage zero No dependents

TBONE/Parse-RecDescent-FAQ-7.5 - 24 Aug 2010 17:09:30 UTC - Search in distribution

Text::Query - Query processing framework River stage zero No dependents

This module provides an object that matches a data source against a query expression. Query expressions are compiled into an internal form when a new object is created or the "prepare" method is called; they are not recompiled on each match. The clas...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC - Search in distribution

Regexp::Assemble - Assemble multiple Regular Expressions into a single RE River stage two • 27 direct dependents • 88 total dependents

Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over, a t...

RSAVAGE/Regexp-Assemble-0.38 - 19 Jun 2017 23:15:38 UTC - Search in distribution

Filter::Template - a source filter for inline code templates (macros) River stage one • 1 direct dependent • 2 total dependents

Filter::Template is a Perl source filter that provides simple inline source code templates. Inlined source code can be significantly faster than subroutines, especially for small-scale functions like accessors and mutators. On the other hand, they ar...

RCAPUTO/Filter-Template-1.043 - 12 Aug 2013 13:12:37 UTC - Search in distribution

CPANPLUS::YACSmoke::ReAssemble - Assemble multiple Regular Expressions into a single RE River stage one • 1 direct dependent • 1 total dependent

Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over, a t...

BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 UTC - Search in distribution

Text::Match::FastAlternatives - efficient search for many strings River stage zero No dependents

This module allows you to search for any of a list of substrings ("keys") in a larger string. It is particularly efficient when the set of keys is large. This efficiency comes at the cost of some flexibility: if you want case-insensitive matching, yo...

ARC/Text-Match-FastAlternatives-1.05 - 28 Dec 2012 15:40:55 UTC - Search in distribution

Regexp::Parsertron - Parse a Perl regexp into a data structure of type Tree River stage zero No dependents

Parses a regexp into a tree object managed by the Tree module, and provides various methods for updating and retrieving that tree's contents. This module uses Marpa::R2 and Moo....

RSAVAGE/Regexp-Parsertron-1.05 - 21 Nov 2018 22:31:29 UTC - Search in distribution
16 results (0.119 seconds)