skywind3000 / FastMemcpyLinks
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆636Updated last year
Alternatives and similar repositories for FastMemcpy
Users that are interested in FastMemcpy are comparing it to the libraries listed below
Sorting:
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆976Updated 7 months ago
- CRC32C implementation with support for CPU-specific acceleration instructions☆499Updated 7 months ago
- cross-platform coroutine library in c++☆865Updated 5 months ago
- A power tool to debug memory-related issues☆478Updated 3 months ago
- ☆349Updated 3 weeks ago
- C++ integer-to-string conversion benchmark☆342Updated 9 months ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,190Updated last month
- C++ cache with LRU/LFU/FIFO policies implementation☆374Updated 2 months ago
- A tool for creating an amalgamation from C and C++ sources☆468Updated 9 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 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…☆235Updated 4 years ago
- Boost.Lockfree☆146Updated 3 weeks ago
- SIMD-accelerated base64 codecs☆440Updated last year
- Suite for benchmarking malloc implementations.☆460Updated last month
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆412Updated 6 years ago
- Doug Lea's memory allocator☆278Updated 6 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆847Updated 3 weeks ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆625Updated 4 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆384Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆427Updated 5 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…☆705Updated 3 weeks ago
- wepoll: fast epoll for windows 🎭☆1,057Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆209Updated 3 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 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 …☆298Updated last year
- A STL allocator that mmaps files☆253Updated 4 years ago