- Hand-written assembler
- SIMD (SSE, AVX, NEON)
- GPGPU
- Smart multithreading (minimal context switch, no false-sharing, no boundaries crossing..)
- Smart memory access (data alignment, cache pre-load, cache blocking, non-temporal load/store for minimal cache pollution, smart reference counting...)
- Fixed-point math
- ... and many more
Ofloo/compv
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- C++ 49.5%
- C 41.2%
- Assembly 8.7%
- Objective-C 0.4%
- Perl 0.1%
- Java 0.1%