skywind3000 / FastMemcpy
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆611Updated 11 months ago
Alternatives and similar repositories for FastMemcpy:
Users that are interested in FastMemcpy are comparing it to the libraries listed below
- cross-platform coroutine library in c++☆834Updated this week
- Concurrent data structures in C++☆1,410Updated 4 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,249Updated last year
- C++ integer-to-string conversion benchmark☆340Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆736Updated 5 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,918Updated 2 weeks ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆403Updated 5 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,135Updated 7 months ago
- C++14 lock-free queue.☆1,606Updated last month
- A power tool to debug memory-related issues☆411Updated this week
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- ☆316Updated 2 weeks ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 3 years ago
- A tool for creating an amalgamation from C and C++ sources☆447Updated 8 years ago
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆914Updated last month
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆514Updated 2 years ago
- Configurable C++ platform adapter☆557Updated 6 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆810Updated 5 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆967Updated last year
- Fast and memory efficient c++ flat hash map/set☆559Updated this week
- microprofile is an embeddable profiler☆1,488Updated this week
- Async++ concurrency framework for C++11☆1,390Updated 5 months ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,234Updated 2 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆556Updated last month
- CRC32C implementation with support for CPU-specific acceleration instructions☆464Updated 6 months ago
- SIMD-accelerated base64 codecs☆432Updated 11 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,323Updated last month
- A wait-free multi-producer-single-consumer queue in C11 atomics☆220Updated 3 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆232Updated 3 years ago
- Yet Another Serialization☆753Updated 3 weeks ago