Lucretiel / Generator
A C++ implementation of python-style generators, powered by boost::context
☆56Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for Generator
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆21Updated last year
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 11 years ago
- C++ "borrowing" smart pointer.☆11Updated 2 years ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆35Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Contract programming for C++☆40Updated 2 months ago
- ☆17Updated 3 weeks ago
- Performance Tests for string_view, C++17☆14Updated 5 years ago
- Boost.org multi_index module☆45Updated 3 weeks ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 8 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- Mark&sweep garbage collector for C++☆21Updated 10 years ago
- Library containing high-performance datastructures and utilities for C++☆72Updated 7 years ago
- Generate Serialization Functions for C++ classes and structs using python and libclang☆11Updated 6 years ago
- Optimized for systems that read and write large blobs.☆12Updated 9 years ago
- C++ interface to CPU affinity management☆30Updated 6 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
- fast prime sieve and hash algorithm