Search results for "module:Tie::Hash::Sorted"
Tie::Hash::Sorted - Presents hashes in sorted order
This module presents hashes in sorted order....
JGATCOMB/Tie-Hash-Sorted-0.10 - 11 Sep 2003 20:42:11 UTC
Tie::CacheHash - Maintains sorted lists of top entries
Of course you can get the "top 100" entries of any perl hash: @top_keys = (sort my_sort_func keys %my_hash)[0..99]; But if your hash has more than a few thousand entries, that sort operation may take several seconds. And if you have tens of thousands...
JAMCC/Tie-CacheHash-0.50 - 10 Mar 2000 22:52:46 UTC
Tie::SortHash - Perl module to keep hashes in a sorted order
This module is a designed to be a light weight hash sorting mechanism. It is often frustrating to have a hash return elements in a random order, such as when using the "keys()", "values()" and "each()" functions, or simply when iterating over them....
CTWETEN/Tie-SortHash-1.01 - 25 Aug 2000 13:41:46 UTC
Tie::Hash::Array - a hash which is internally implemented as a sorted array
Hashes tied to this class will interally be stored as an array alternately containing keys and values, with its keys sorted in standard string comparison order, that is, as "cmp" does. While the main purpose of this module is serving as a base class ...
FANY/Tie-Hash-Array-0.1 - 01 Jan 2008 15:28:34 UTC
Tie::FS - Read and write files using a tied hash
This module ties a hash to a directory in the filesystem. If no directory is specified in the $dir parameter, then "." (the current directory) is assumed. The $flag parameter defaults to the "Create" flag. The following (case-insensitive) access flag...
DEVEN/Tie-FS-0.1.0 - 28 Jun 2011 06:45:33 UTC
SPOPS::Tie - Simple class implementing tied hash with some goodies
Stores data for a SPOPS object, and also some accompanying materials such as whether the object has been changed and any temporary variables. Checking Changed State You can check whether the data have changed since the last fetch by either calling th...
CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC
Tie::DictFile - tie a hash to local dictionary file
Ties a hash to a local dictionary file (typically "/usr/dict/words" or "/usr/share/dict/words") to allow easy dictionary lookup, insertion and deletion. Lookup operations are cached for performance, and any insertions/deletions are only written to th...
ANUNES/Tie-DictFile-0.03 - 27 Jun 2003 17:40:04 UTC
Tie::Judy - Perl extension for using a Judy array instead of a hash.
EXPORT No exports....
BHOLZMAN/Tie-Judy-0.05 - 06 Mar 2009 21:09:32 UTC
Tie::TimeSeries - Convenient hash tyng for time series data.
When using time series data like throughput, statistics or so, this module is convenient that key will be sorted automatically. And this also is able to provide instance for OO using....
TONODERA/Tie-TimeSeries-0.01 - 19 Mar 2013 04:42:11 UTC
Tie::CArray - Space-efficient, typed, external C Arrays (Alpha)
Several XS classes and methods to deal with typed, space-efficient C arrays are provided. Range checked and tieable. There are hand-optimized, fast XS versions for the three basic C-types array of *INT*, *DOUBLE* and *STRING* and some sequential aggr...
RURBAN/Tie-CArray-0.15 - 22 Feb 2010 22:41:10 UTC
QDBM_File - Tied access to Quick Database Manager
QDBM_File is a module which allows Perl programs to make use of the facilities provided by the qdbm library. If you use this module, you should read the qdbm manual pages. Quick Database Manager is a high performance dbm library maintained by Mikio H...
YAMATO/QDBM_File-1.12 - 25 Apr 2009 03:16:31 UTC
Tie::Hash::Attribute - Just another HTML attribute generator.
This module will translate nested hash keys and values into HTML tag attributes that can have ther values automatically rotated. Hash values can be scalars, arrays, hashes or hashes of hashes. To emit values as an HTML attribute string, fetch the key...
JEFFA/Tie-Hash-Attribute-1.04 - 04 Jan 2017 19:45:39 UTC
VCS::CMSynergy::Project - convenience methods for VCS::CMSynergy::Objects of type "project"
RSCHUPP/VCS-CMSynergy-1.52
-
23 Jan 2020 09:43:42 UTC
Dpkg::Control::HashCore - parse and manipulate a stanza of deb822 fields
The Dpkg::Control::Hash class is a hash-like representation of a set of RFC822-like fields. The fields names are case insensitive and are always capitalized the same when output (see field_capitalize function in Dpkg::Control::Fields). The order in w...
GUILLEM/Dpkg-1.21.22 - 16 May 2023 22:34:01 UTC
Tie::FieldVals::Select - an array tie for a subset of Tie::FieldVals data
This is a Tie object to map a SUBSET of the records in a Tie::FieldVals data file into an array. It is a sub-class of Tie::FieldVals. This is useful as a separate object because one can do things to it without affecting the underlying file, unlike wi...
RUBYKAT/Tie-FieldVals-0.6203 - 01 Jan 2016 02:35:15 UTC
Tie::Hash::Abbrev::BibRefs - match bibliographic references to the original titles
This module is an attempt to ease the mapping of often abbreviated bibliographical references to the original titles. To achieve this, it simplyfies the title according to parameterizable rules and stores it as a *normalized key*. When accessing the ...
FANY/Tie-Hash-Abbrev-BibRefs-0.02 - 13 Sep 2003 19:51:40 UTC