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

Search results for "mmap"

Mmap - uses mmap to map in a file as a perl variable River stage zero No dependents

The Mmap module lets you use mmap to map in a file as a perl variable rather than reading the file into dynamically allocated memory. It depends on your operating system supporting UNIX or POSIX.1b mmap, of course. You need to be careful how you use ...

MICB/Mmap-a2 - 21 Jun 1996 15:21:00 UTC - Search in distribution

Sys::Mmap - uses mmap to map in a file as a Perl variable River stage one • 1 direct dependent • 1 total dependent

The Sys::Mmap module uses the POSIX mmap <https://en.wikipedia.org/wiki/Mmap> call to map in a file as a Perl variable. Memory access by mmap may be shared between threads or forked processes, and may be a disc file that has been mapped into memory. ...

TODDR/Sys-Mmap-0.20 - 13 Feb 2020 18:36:50 UTC - Search in distribution

Cache::Mmap - Shared data cache using memory mapped files River stage zero No dependents

This module implements a shared data cache, using memory mapped files. If routines are provided which interact with the underlying data, access to the cache is completely transparent, and the module handles all the details of refreshing cache content...

PMH/Cache-Mmap-0.11 - 15 Apr 2008 09:50:30 UTC - Search in distribution

Queue::Mmap - Perl extension for shared queue over mmap-ed file River stage zero No dependents

Queue::Mmap - Shared circle-queue over mmap-ed file. Usefull for multy process task queue. One process(es) push task message, and other process(es) pop and execute that tasks. Access with locking(fcntl) guaranted right order without conflict. If push...

IEFREMOV/Queue-Mmap-0.11 - 30 May 2011 09:25:35 UTC - Search in distribution

Apache::Mmap - Associates a scalar with a mmap'd file River stage zero No dependents

"Apache::Mmap" provides a facility for using the mmap(2) system call to have the OS map a file into a process' address space. Two interfaces are provided: * "mmap" and "munmap" methods which provide a persistant caching mechanisim similar to that pro...

FLETCH/Apache-Mmap-0.05 - 25 Nov 1997 04:25:20 UTC - Search in distribution

PerlIO::mmap - Memory mapped IO River stage five • 11292 direct dependents • 32664 total dependents

This layer does "read" and "write" operations by mmap()ing the file if possible, but falls back to the default behavior if not....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

lib/IPC/Mmap.pm River stage one • 2 direct dependents • 2 total dependents

ADUITSIS/IPC-Mmap-0.21 - 26 Jan 2011 11:23:14 UTC - Search in distribution

IPC::Mmap::Share - Safely share structures among processes using anonymous mmap. River stage zero No dependents

Overview The IPC::Mmap::Share was born out of the need to share structures among processes that come from the same ancestor. It tries to do so in a very simple and straightforward manner. Just create an IPC::Mmap::Share object, and use set to store y...

ADUITSIS/IPC-Mmap-Share-0.03 - 16 Jul 2006 15:55:15 UTC - Search in distribution

OpenGL::Sandbox::MMap - Wrapper around a memory-mapped scalar ref River stage one • 2 direct dependents • 2 total dependents

This is a simple wrapper around File::Map to make it more convenient to open read-only memory-mapped files, and to make sure they are distinctly held as references and not accidentally copied into perl scalars....

NERDVANA/OpenGL-Sandbox-0.120 - 08 Feb 2019 06:04:34 UTC - Search in distribution

DiaColloDB::EnumFile::MMap - diachronic collocation db, symbollt-gtinteger enum, mmap River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::EnumFile::MMap uses the File::Map module to provide a fast mmap()-based interface to the symbol<->integer mapping files used by DiaColloDB::EnumFile, from which it inherits. new() %args, object structure: ##-- EnumFile: basic options base...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC - Search in distribution

Module::Generic::File::Mmap - MMap File Class River stage two • 15 direct dependents • 19 total dependents

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC - Search in distribution

vm.pm River stage zero No dependents

BRUMLEVE/vm-1.0.1 - 14 Aug 2003 10:57:33 UTC - Search in distribution

Tie::MmapArray - mmap a file as a tied array River stage zero No dependents

The Tie::MmapArray module lets you use mmap to map in a file as a perl array rather than reading the file into dynamically allocated memory. It depends on your operating system supporting UNIX or POSIX.1b mmap, of course. (Code to use the equivalent ...

ANDREWF/Tie-MmapArray-0.04 - 03 Nov 2000 07:36:08 UTC - Search in distribution

Cache::FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache River stage two • 27 direct dependents • 53 total dependents

In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better: * MLDBM::Sync - acts as a dat...

ROBM/Cache-FastMmap-1.57 - 30 Sep 2021 06:37:35 UTC - Search in distribution

Cache::FastMmap::Tie - Using Cache::FastMmap as hash River stage zero No dependents

Tie for Cache::FastMmap. Read `perldoc perltie`...

SUZUKI/Cache-FastMmap-Tie-0.03 - 28 Jan 2008 09:31:48 UTC - Search in distribution

CHI::Driver::FastMmap - Persistent interprocess cache via mmap'ed files River stage three • 97 direct dependents • 204 total dependents

This cache driver uses Cache::FastMmap to store data in an mmap'ed file. It is very fast, and can be used to share data between processes on a single host, though not between hosts. To support namespaces, this driver takes a directory parameter rathe...

ASB/CHI-0.61 - 13 Oct 2021 14:56:11 UTC - Search in distribution

Scaffold::Cache::FastMmap - Caching is based on fastmmap. River stage zero No dependents

This module initializes the Cache::FastMmap module and uses it for the caching engine within Scaffold. The synopsis shows the defaults that are used in initialization....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC - Search in distribution

Class::Method::Cache::FastMmap - Cache method results using Cache::FastMmap River stage zero No dependents

This package allows you to easily cache the results of a method call using Cache::FastMmap....

RRWO/Class-Method-Cache-FastMmap-v0.3.2 - 14 May 2018 20:18:39 UTC - Search in distribution

Gantry::Plugins::Cache::FastMmap - A Plugin interface to a caching subsystem River stage one • 3 direct dependents • 3 total dependents

This plugin mixes in methods to store data within a cache. This data is then available for later retrival. Data is stored within the cache by key/value pairs. There are no restrictions on what information can be stored. This cache is designed for sho...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

lib/PEF/Front/Cache/FastMmap.pm River stage one • 1 direct dependent • 1 total dependent

ANTONPETR/PEF-Front-0.26 - 28 Dec 2017 11:36:57 UTC - Search in distribution
78 results (0.14 seconds)