skywind3000 / FastMemcpy
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆592Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for FastMemcpy
- cross-platform coroutine library in c++☆833Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,197Updated 8 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆402Updated 5 years ago
- C++14 lock-free queue.☆1,526Updated 2 weeks ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆353Updated 5 months ago
- A power tool to debug memory-related issues☆384Updated 3 weeks ago
- C++ integer-to-string conversion benchmark☆339Updated 2 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,106Updated 3 months ago
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆508Updated 2 years ago
- Lock-free ring buffer (MPSC)☆447Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆488Updated 11 months ago
- SIMD-accelerated base64 codecs☆428Updated 7 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆913Updated 10 months ago
- Portable header-only C++ low level SIMD library☆1,242Updated 2 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,278Updated last month
- A tool for creating an amalgamation from C and C++ sources☆438Updated 7 years ago
- High performance C++11 thread pool☆568Updated 4 years ago
- wepoll: fast epoll for windows 🎭☆970Updated 3 months ago
- libunwind official github repo (in need of new / additional maintainer, mail/open issue if interested)☆1,009Updated last week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,168Updated 4 months ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆982Updated 3 weeks ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆366Updated 4 years ago
- Concurrent data structures in C++☆1,408Updated 4 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 2 months ago
- Async++ concurrency framework for C++11☆1,350Updated last month
- Doug Lea's memory allocator☆246Updated 4 years ago
- Scan's personal technical notes☆256Updated 4 years ago
- CRC32C implementation with support for CPU-specific acceleration instructions☆454Updated 2 months ago