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☆485Updated 4 months ago
- ☆336Updated last week
- A power tool to debug memory-related issues☆469Updated 4 months ago
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆947Updated 3 months ago
- cross-platform coroutine library in c++☆852Updated last month
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆382Updated 5 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,168Updated 4 months ago
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆407Updated 6 years ago
- 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 …☆296Updated 10 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…☆693Updated last month
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,343Updated last year
- C++ implementation of a fast and memory efficient HAT-trie☆829Updated 10 months ago
- AVL implementation which is as fast/compact as linux's rbtree☆365Updated 2 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Doug Lea's memory allocator☆268Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year
- Boost.Lockfree☆135Updated 2 months 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
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆186Updated 2 years ago
- The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/wind…☆793Updated 3 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- Lock-free ring buffer (MPSC)☆463Updated 5 years ago
- SIMD-accelerated base64 codecs☆437Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆184Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆601Updated last week
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆376Updated 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