| simdjson/simdjson |
17,924 |
|
0 |
0 |
about 2 years ago |
25 |
August 10, 2022 |
126 |
apache-2.0 |
C++ |
| Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, WatermelonDB, Apache Doris, Milvus, StarRocks |
| simd-everywhere/simde |
2,931 |
|
0 |
1 |
3 months ago |
1 |
June 02, 2021 |
117 |
mit |
C |
| Implementations of SIMD instruction sets for systems which don't natively support them. |
| ARM-software/ComputeLibrary |
2,636 |
|
0 |
0 |
about 2 years ago |
0 |
|
18 |
mit |
C++ |
| The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies. |
| seetafaceengine/SeetaFace2 |
2,038 |
|
0 |
0 |
over 2 years ago |
0 |
|
38 |
other |
C++ |
| SeetaFace 2: open source, full stack face recognization toolkit. |
| ermig1979/Simd |
1,921 |
|
0 |
0 |
about 2 years ago |
0 |
|
28 |
mit |
C++ |
| C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM. |
| Maratyszcza/NNPACK |
1,595 |
|
0 |
0 |
about 3 years ago |
0 |
|
41 |
bsd-2-clause |
C |
| Acceleration package for neural networks on multi-core CPUs |
| RoaringBitmap/CRoaring |
1,382 |
|
0 |
0 |
about 2 years ago |
0 |
|
52 |
other |
C |
| Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks |
| pytorch/QNNPACK |
1,294 |
|
0 |
0 |
over 6 years ago |
0 |
|
7 |
other |
C |
| Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators |
| DLTcollab/sse2neon |
1,157 |
|
0 |
0 |
about 2 years ago |
1 |
May 11, 2022 |
10 |
mit |
C++ |
| A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation |
| minio/highwayhash |
837 |
|
61 |
2,046 |
over 2 years ago |
3 |
March 25, 2021 |
1 |
apache-2.0 |
Go |
| Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash |