skywind3000 / FastMemcpy
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆607Updated 10 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++☆832Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,241Updated 11 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☆515Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated last week
- CRC32C implementation with support for CPU-specific acceleration instructions☆460Updated 5 months ago
- A power tool to debug memory-related issues☆407Updated 3 months ago
- ☆313Updated 3 weeks ago
- C++14 lock-free queue.☆1,597Updated last week
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,129Updated 6 months ago
- Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGE…☆655Updated 7 years ago
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆911Updated last month
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆365Updated 8 months ago
- SIMD-accelerated base64 codecs☆432Updated 10 months ago
- A tool for creating an amalgamation from C and C++ sources☆447Updated 8 years ago
- High performance C++11 thread pool☆572Updated 4 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆736Updated 4 months ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- Concurrent data structures in C++☆1,410Updated 4 years ago
- A high-performance, concurrent hash table☆1,639Updated 2 months ago
- A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) ins…☆1,052Updated 5 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆961Updated last year
- A fast, memory efficient hash map for C++☆1,262Updated last year
- A hybrid thread / fiber task scheduler written in C++ 11☆1,916Updated this week
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,313Updated 2 weeks ago
- A STL allocator that mmaps files☆245Updated 3 years ago
- userland threads☆473Updated last month
- Fast and memory efficient c++ flat hash map/set☆552Updated this week
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years 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