Libraries tagged by memo
ebeacon/iterutil
5 Downloads
Creates iterators for arrays or any iterable, with lazily evaluated (memory efficient) transformations. Heavily inspired by Rust's iterators.
drewlabs/laravel-mem-usage
37 Downloads
Tracks per request memory usage in a Laravel application
dface/generic-storage
320 Downloads
Generic storage structures (key-value, set, association) with mysql and memory persistence
chriskite/rem
8875 Downloads
Redis memoization for PHP
ceddyg/query-builder-repository
722 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.
bkwld/reporter
20506 Downloads
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
benconda/collection
6 Downloads
Collection library, powered by generators, with generics, easily extendable and immutable. Lazy by design and memory friendly. Accept anything as iterable 🔥 (Generator, array, Iterator, ...)
bassim/big-xlsx-bundle
15798 Downloads
Symfony2 Bundle for generating large multi-sheeted xlsx files with low memory usage
badlamer/symfony-hybrid-xml-parser
2004 Downloads
Simple class to parse huge XML files in a memory-efficient way
axn/cached-valuestore
630 Downloads
An extension of spatie/valuestore with in-memory caching.
astislav/yet-another-xlsx
144 Downloads
Relatively fast and memory saving write-only XLSX library
anime-db/shmop
1336 Downloads
Shmop is a simple and small abstraction layer for shared memory manipulation using PHP
almadomundo/benchmark
21 Downloads
Relative memory & time benchmarking in PHP for PHP
alexandre-daubois/poq
5 Downloads
Provides an object-oriented API to query in-memory collections in a SQL-style.
affinity4/heap
7 Downloads
Full Binary Heap implementation with maxheap, minheap and memory-efficient O(nlogn) and space-complexity of O(1) heapsort algorithm