ports/devel/p5-Hash-SharedMem/pkg-descr
Norikatsu Shigemura 76a79ae7bf
devel/p5-Hash-SharedMem: Add new port
This module provides a facility for efficiently sharing mutable
data between processes on one host.  Data is organised as a
key/value store, resembling a Perl hash.  The keys and values
are restricted to octet (Latin-1) strings.  Structured objects
may be stored by serialising them using a mechanism such as
Sereal.

Approved by:	hrs (mentor)
2024-02-29 23:57:46 +09:00

6 lines
317 B
Text

This module provides a facility for efficiently sharing mutable
data between processes on one host. Data is organised as a
key/value store, resembling a Perl hash. The keys and values
are restricted to octet (Latin-1) strings. Structured objects
may be stored by serialising them using a mechanism such as
Sereal.