cyfdecyf / google-concurrency-library
Automatically exported from code.google.com/p/google-concurrency-library
☆14Updated 9 years ago
Alternatives and similar repositories for google-concurrency-library:
Users that are interested in google-concurrency-library are comparing it to the libraries listed below
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- ☆19Updated 6 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- C++ file backed vector for very fast column databases, useful for time series data☆22Updated 10 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- A minimalist approach to parsing JSON properly using SpiritV2☆10Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based☆8Updated 7 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 months ago