Libraries tagged by memo
webcodebg/magento2-cron-scheduler
4371 Downloads
Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.
simpletools/db-indexedfile
3272 Downloads
High-throughput non-concurrent NoSQL key-value file-based database with a memory-backed index.
rnr1721/depthnet
25 Downloads
Laravel-based autonomous AI agent platform with cyclic thinking, persistent memory and real-time code execution
jdwx/array-cache
690 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
jakubboucek/tar-stream-reader
1112 Downloads
Reader for TAR and TAR+GZip Archives, optimized for read huge size archives, effective memory usage.
gukai/php7-forp
265 Downloads
A PHP profiler written in C. dtrace is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.
elecena/xml-iterator
1810 Downloads
Memory efficient and fast XML parser with iterator interface
ceddyg/query-builder-repository
756 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
boenrobot/big-xlsx-bundle
7540 Downloads
Symfony2 Bundle for generating large multi-sheeted xlsx files with low memory usage. Fork of bassim/BigXlsxBundle, for compatibility with newer PHP versions.
azenned/smc
15992 Downloads
Blueflame cache library using shared memory (SHM)
anime-db/shmop
1372 Downloads
Shmop is a simple and small abstraction layer for shared memory manipulation using PHP
geekality/timer
17404 Downloads
Simple class for logging time and memory usage of stuff
crossjoin/browscap
234374 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
zeus/memoize
7 Downloads
php memoize library
zenstruck/memoize
80 Downloads
Helper trait to efficiently cache expensive methods in memory.