timothy-shields / linq-cppLinks
LINQ for C++11 done right
☆15Updated 9 years ago
Alternatives and similar repositories for linq-cpp
Users that are interested in linq-cpp are comparing it to the libraries listed below
Sorting:
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- An experimental SQL connector for containers and streams of the C++ Standard Library☆36Updated 6 years ago
- fast prime sieve and hash algorithm☆38Updated 3 weeks ago
- Coroutine Support Library☆33Updated 10 months ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- A C++14 and later CRTP template for defining iterators☆74Updated 2 months ago
- ☆26Updated 7 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 4 months ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- Fast containers of polymorphic objects.☆68Updated last week
- Container Traits for Modern C++☆29Updated 4 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- The C++ Pimpl Idiom Again!☆36Updated 7 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- WIP☆27Updated 6 years ago
- Full emulation of await feature from C# language in C++ based on Stackful Coroutines from Boost.Coroutine library.☆19Updated 10 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated last year
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 4 months ago
- Thoughts for replacing C++ iostreams.☆12Updated 8 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago