skywind3000 / FastMemcpyLinks
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆633Updated 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☆496Updated 7 months ago
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆971Updated 6 months ago
- ☆342Updated this week
- A power tool to debug memory-related issues☆476Updated 2 months ago
- C++ integer-to-string conversion benchmark☆342Updated 9 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 2 months ago
- cross-platform coroutine library in c++☆863Updated 4 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆410Updated 6 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆389Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years 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…☆700Updated last week
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,181Updated last month
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- Doug Lea's memory allocator☆274Updated 5 years ago
- A tool for creating an amalgamation from C and C++ sources☆467Updated 8 years ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆384Updated last year
- C++14 lock-free queue.☆1,759Updated this week
- 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
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆426Updated 5 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,408Updated last year
- Lock-free ring buffer (MPSC)☆468Updated 5 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆363Updated 5 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 years ago
- Modern C++ B-tree containers☆277Updated 2 years ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,131Updated last week
- 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
- C++ implementation of a fast and memory efficient HAT-trie☆842Updated this week
- SIMD-accelerated base64 codecs☆437Updated last year
- Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGE…☆681Updated 8 years ago