Skip to content

kleopatra999/zend-memory

 
 

Repository files navigation

zend-memory

Build Status Coverage Status

zend-memory manages data in an environment with limited memory.

Memory objects (memory containers) are generated by the memory manager, and transparently swapped/loaded when required.

For example, if creating or loading a managed object would cause the total memory usage to exceed the limit you specify, some managed objects are copied to cache storage outside of memory. In this way, the total memory used by managed objects does not exceed the limit you need to enforce.

Packages

No packages published

Languages

  • PHP 100.0%