skywind3000 / FastMemcpyLinks
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆638Updated 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☆500Updated 8 months ago
- A power tool to debug memory-related issues☆481Updated 2 weeks ago
- cross-platform coroutine library in c++☆868Updated 6 months ago
- C++ integer-to-string conversion benchmark☆343Updated 10 months ago
- ☆350Updated 2 weeks ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,196Updated this week
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆982Updated 7 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆414Updated 6 years ago
- Doug Lea's memory allocator☆281Updated 6 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,442Updated last year
- 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…☆713Updated 2 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- A tool for creating an amalgamation from C and C++ sources☆470Updated 9 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆627Updated 4 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…☆234Updated 4 years ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,147Updated last month
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- Suite for benchmarking malloc implementations.☆465Updated 2 months ago
- Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGE…☆682Updated 8 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years 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☆520Updated 3 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 years ago
- C++14 lock-free queue.☆1,790Updated last week
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆387Updated 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 …☆297Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆208Updated 3 years ago
- SIMD-accelerated base64 codecs☆440Updated last year
- wepoll: fast epoll for windows 🎭☆1,060Updated last year