skywind3000 / FastMemcpyLinks
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆628Updated last year
Alternatives and similar repositories for FastMemcpy
Users that are interested in FastMemcpy are comparing it to the libraries listed below
Sorting:
- CRC32C implementation with support for CPU-specific acceleration instructions☆478Updated 3 months ago
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- cross-platform coroutine library in c++☆851Updated last month
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆945Updated 2 months ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,172Updated 3 months ago
- A power tool to debug memory-related issues☆467Updated 4 months ago
- ☆332Updated last month
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆404Updated 6 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,330Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆380Updated 4 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…☆233Updated 4 years ago
- This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace R…☆688Updated last month
- C++14 lock-free queue.☆1,683Updated 2 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- 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 …☆295Updated 10 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆185Updated 2 years ago
- SIMD-accelerated base64 codecs☆436Updated last year
- Modern C++ B-tree containers☆274Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆206Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆311Updated 11 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆827Updated 9 months ago
- A high-performance, concurrent hash table☆1,679Updated 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☆520Updated 3 years ago
- Doug Lea's memory allocator☆268Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆599Updated last week
- A hybrid thread / fiber task scheduler written in C++ 11☆1,960Updated 4 months ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆422Updated last month
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,025Updated last year