xtensor-stack / xsimd
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))
☆2,308Updated this week
Alternatives and similar repositories for xsimd:
Users that are interested in xsimd are comparing it to the libraries listed below
- SIMD Vector Classes for C++☆1,474Updated 8 months ago
- Portable header-only C++ low level SIMD library☆1,260Updated 5 months ago
- Vector class library, latest version☆1,337Updated last year
- std::simd for GCC [ISO/IEC TS 19570:2018]☆602Updated last year
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,142Updated this week
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,492Updated 4 months ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,755Updated last year
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆1,934Updated last week
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆1,760Updated last week
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,542Updated last year
- C++14 lock-free queue.☆1,595Updated last week
- stdgpu: Efficient STL-like Data Structures on the GPU☆1,194Updated last week
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,508Updated 6 months ago
- C++ tensors with broadcasting and lazy computing☆3,444Updated this week
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆2,842Updated last week
- a header-only, constexpr alternative to gperf for C++14 users☆1,369Updated last month
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,312Updated 2 weeks ago
- A lightweight high performance tensor algebra framework for modern C++☆771Updated 10 months ago
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,122Updated 2 years ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,134Updated 4 months ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, R…☆1,698Updated last week
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,466Updated 6 months ago
- A hybrid thread / fiber task scheduler written in C++ 11