skywind3000 / FastMemcpyLinks
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆641Updated 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☆502Updated 10 months ago
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆415Updated 6 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,213Updated last month
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆991Updated 9 months ago
- A power tool to debug memory-related issues☆484Updated last month
- cross-platform coroutine library in c++☆869Updated 2 weeks ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆391Updated 5 years ago
- ☆351Updated last week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 6 years ago
- High performance C++11 thread pool☆585Updated 5 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆853Updated 2 months ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆208Updated 3 years ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆388Updated last year
- 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 …☆298Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,471Updated last year
- Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGE…☆686Updated 8 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…☆719Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated last week
- Doug Lea's memory allocator☆284Updated 6 years ago
- A high-performance, concurrent hash table☆1,732Updated 10 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Updated 7 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆193Updated 3 years ago
- SIMD-accelerated base64 codecs☆443Updated last year
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆633Updated 6 months ago
- Boost.Lockfree☆148Updated this week