Pinned Repositories
awesome-bref
Serverless PHP on AWS Lambda
crc-fast-php-ext
Fast, hardware-accelerated CRC calculation in PHP for all known CRC-32 and CRC-64 variants using SIMD intrinsics, which can exceed 100GiB/s for CRC-32, and 50GiB/s for CRC-64, on modern systems. Much faster (up to >200X) than PHP's internals.
crc-fast-rust
World's fastest generic CRC calculator for all known CRC-32 and CRC-64 variants, as well as bring-your-own custom parameters, using SIMD intrinsics, which can exceed 100GiB/s on modern systems. Supplies a C/C++ compatible library for use with languages other than Rust.
crc64fast-nvme
SIMD accelerated carryless-multiplication CRC-64/NVME checksum computation (based on Intel's PCLMULQDQ paper)
ext-ion
PHP extension for Amazon ION
libmemcached
Resurrection of libmemcached
memkeys
a top like tool for inspecting memcache key values in realtime
php-src
The PHP Interpreter
simdjson-plus-php-ext
Parsing gigabytes of JSON per second in PHP using the simdjson library.
simdutf-php-ext
Unicode (UTF8, UTF16, UTF32) and Base64 processing at billions of characters per second in PHP using the simdutf library.
Awesome's Repositories
awesomized/libmemcached
Resurrection of libmemcached
awesomized/crc64fast-nvme
SIMD accelerated carryless-multiplication CRC-64/NVME checksum computation (based on Intel's PCLMULQDQ paper)
awesomized/crc-fast-rust
World's fastest generic CRC calculator for all known CRC-32 and CRC-64 variants, as well as bring-your-own custom parameters, using SIMD intrinsics, which can exceed 100GiB/s on modern systems. Supplies a C/C++ compatible library for use with languages other than Rust.
awesomized/ext-ion
PHP extension for Amazon ION
awesomized/simdjson-plus-php-ext
Parsing gigabytes of JSON per second in PHP using the simdjson library.
awesomized/crc-fast-php-ext
Fast, hardware-accelerated CRC calculation in PHP for all known CRC-32 and CRC-64 variants using SIMD intrinsics, which can exceed 100GiB/s for CRC-32, and 50GiB/s for CRC-64, on modern systems. Much faster (up to >200X) than PHP's internals.
awesomized/simdutf-php-ext
Unicode (UTF8, UTF16, UTF32) and Base64 processing at billions of characters per second in PHP using the simdutf library.
awesomized/crc-fast-php
Fast, SIMD-accelerated CRC computation in PHP via FFI using Rust
awesomized/memkeys
a top like tool for inspecting memcache key values in realtime
awesomized/api-platform-core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
awesomized/awesome-bref
Serverless PHP on AWS Lambda
awesomized/crc-php
A PHP class implementing bitwise CRC-8/16/24/32/64 algorithms.
awesomized/php-src
The PHP Interpreter
awesomized/psalm
A static analysis tool for finding errors in PHP applications
awesomized/crc32fast-lib-rust
Fast, SIMD-accelerated CRC-32/ISO-HDLC (aka "crc32") checksum computation in Rust exposed as a C-compatible shared library