10 skills found
klaussilveira / SimpleSHMSimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP. It makes use of the SHMOP functions, built into most PHP packages.
morozovsk / Php Arrays In Memory ComparisonHow to store 11kk items in memory? Comparison of methods: array vs object vs SplFixedArray vs pack vs swoole_table vs swoole_pack vs redis vs memsql vs node.js arrays in php7
supipd / Node Shmshared memory for NODEJS compatible with PHP shmop
terremoth / Php AsyncAsync and Parallel* Multitasking with PHP with no threads or reactive libs
gpslab / ShmopShmop is a simple and small abstraction layer for shared memory manipulation using PHP
WindomZ / ShmcacheA lightweight, abstract, scalable, out-of-the-box shared memory operation, makes use of the PHP Shared Memory Functions(shmop).
anime-db / Shmop[DEPRECATED] This is end of life and not maintained. Migrate to https://github.com/gpslab/shmop
szepeviktor / Php Rate LimiterThe simplest rate limiter written in PHP, uses Redis or shmop
enseitankado / Spi ServiceUse SPI of RPi from any programming languages. This is a layer (service) between SPI and SHM (Shared Memory). The service listens for SHM (Shared Memory) changes to send SHM data to the SPI (MOSI) port and write back returned data from SPI (MOSI) to to SHM. In summary, most programming languages do not have SPI api, but SHM, one of the main components of linux, has read / write functions.
kodedphp / Cache SimpleA PSR-16 caching library.