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
Sorting:
- 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
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- For details, see the blog post:☆32Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based☆8Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A minimalist approach to parsing JSON properly using SpiritV2☆10Updated 10 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- ☆21Updated 6 months ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- fast prime sieve and hash algorithm☆38Updated 3 months ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 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
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- C++ file backed vector for very fast column databases, useful for time series data☆22Updated 10 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
- zero-copy, zero-serialize, zero-hassle protocol buffers☆56Updated 7 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years 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