c1d2af950b
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.
4 lines
219 B
Text
4 lines
219 B
Text
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.
|