Files
pkgsrc-ng/devel/p5-Data-TemporaryBag/DESCR
2013-09-26 17:14:40 +02:00

5 lines
219 B
Plaintext

Data::TemporaryBag module provides a bag object class handling long
size data. The short size data are kept on memory. When the data
size becomes over $Threshold size, they are saved into a temporary
file internally.