zf1/zend-memory
Zend Framework 1 Memory package
时间:2014-01-02 15:38
cash/lrucache
An efficient memory-based Least Recently Used (LRU) cache
时间:2013-09-20 19:05
mjsilva/in-memory-storage
Simple class that uses singleton pattern to save whatever in memory
时间:2013-09-01 23:13
mouf/utils.cache.in-memory-cache
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
时间:2013-07-21 16:53
bkwld/reporter
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
时间:2013-07-15 22:01
orchestra/memory
Memory Component for Orchestra Platform
时间:2013-04-11 12:35
geekality/timer
Simple class for logging time and memory usage of stuff
时间:2013-04-07 16:47
alexanderk23/hybrid-xml-parser
Simple class to parse huge XML files in a memory-efficient way
时间:2013-02-19 19:04
tdt/json
Reads a json stream memory efficiently.
时间:2013-01-24 17:30
titon/cache
The cache package provides a data caching layer that supports multiple storage engines.
时间:2013-01-08 01:43
jamm/memory
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
时间:2012-12-04 21:25
jamm/errorhandler
Module for handling errors and uncaught exceptions (*ErrorHandler*), logging them in memory-storage (*ErrorLogger*) and notice admin about them (*MessageSender*). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexp
时间:2012-12-04 21:08
zetacomponents/system-information
Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
时间:2012-05-21 13:20
benmorel/xml-streamer
Stream large XML files as DOM nodes with low memory consumption
时间:未知