skywind3000 / FastMemcpyLinks
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
☆629Updated 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☆494Updated 5 months ago
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆960Updated 4 months ago
- C++ integer-to-string conversion benchmark☆341Updated 7 months ago
- A power tool to debug memory-related issues☆474Updated last month
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,170Updated 3 weeks ago
- ☆341Updated last week
- cross-platform coroutine library in c++☆859Updated 3 months ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,117Updated this week
- A tool for creating an amalgamation from C and C++ sources☆465Updated 8 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆386Updated 5 years ago
- Lock-free ring buffer (MPSC)☆465Updated 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…☆696Updated last week
- Doug Lea's memory allocator☆272Updated 5 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆408Updated 6 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆365Updated 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
- SIMD-accelerated base64 codecs☆439Updated 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 …☆296Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,370Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 2 weeks ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆611Updated last month
- Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGE…☆677Updated 7 years ago
- A high-performance, concurrent hash table☆1,702Updated 6 months ago
- A collection of shared memory containers for high performance server☆237Updated 3 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆320Updated last year
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆382Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago