Awesome
- 6 followers
- Silicon Valley, CA
- https://awesome.co
Pinned Loading
Repositories
- crc-fast-php-ext Public
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.
- simdutf-php-ext Public
Unicode (UTF8, UTF16, UTF32) and Base64 processing at billions of characters per second in PHP using the simdutf library.
- simdjson-plus-php-ext Public Forked from JakubOnderka/simdjson_php
Parsing gigabytes of JSON per second in PHP using the simdjson library.
- crc-fast-rust Public
Fast, hardware-accelerated CRC calculation 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. Supplies a C/C++ compatible shared library for use with languages other than Rust.
- crc64fast-nvme Public Forked from tikv/crc64fast
SIMD accelerated carryless-multiplication CRC-64/NVME checksum computation (based on Intel's PCLMULQDQ paper)
- crc32fast-iso-hdlc-rust Public Forked from srijs/rust-crc32fast
Fast, SIMD-accelerated CRC32/ISO-HDLC checksum computation in Rust
- crc32fast-lib-rust Public
Fast, SIMD-accelerated CRC-32/ISO-HDLC (aka "crc32") checksum computation in Rust exposed as a C-compatible shared library
- api-platform-core Public Forked from onethumb/api-platform-core
The server component of API Platform: hypermedia and GraphQL APIs in minutes