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:
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,315Updated last year
- cross-platform coroutine library in c++☆849Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,008Updated last year
- C++ implementation of a fast and memory efficient HAT-trie☆822Updated 9 months ago
- C++14 lock-free queue.☆1,671Updated last month
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆403Updated 6 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 3 months ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆371Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 9 months ago
- CRC32C implementation with support for CPU-specific acceleration instructions☆475Updated 2 months ago
- Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGE…☆665Updated 7 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,170Updated 2 months ago
- A power tool to debug memory-related issues☆465Updated 3 months ago
- C++ integer-to-string conversion benchmark☆341Updated 4 months ago
- The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/wind…☆786Updated 2 months ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- Scan's personal technical notes☆258Updated 5 years ago
- A low overhead nanosecond clock based on x86 TSC☆328Updated 4 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☆519Updated 3 years 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,061Updated 10 months ago
- Concurrent data structures in C++☆1,427Updated 4 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,954Updated 4 months 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…☆684Updated 2 weeks ago
- High performance C++11 thread pool☆578Updated 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
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆942Updated last month
- A fast, memory efficient hash map for C++☆1,282Updated last month
- A STL allocator that mmaps files☆247Updated 4 years ago