david-grs / papippLinks
c++ wrapper around libpapi
☆89Updated 8 years ago
Alternatives and similar repositories for papipp
Users that are interested in papipp are comparing it to the libraries listed below
Sorting:
- An implementation of Seqlock in C++11☆232Updated last year
- A simple coroutine-based reactor library☆49Updated 3 months ago
- Zoo library☆134Updated 6 months ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- Lightweight structured concurrency for C++20☆157Updated 3 weeks ago
- Boost.org unordered module☆86Updated this week
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- fixpp - A modern C++ FIX library☆90Updated last year
- C++ micro benchmark library☆98Updated 8 years ago
- ☆64Updated 7 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- a small lightweight std::execution work-alike☆65Updated 9 months ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- an experimental standard C++ library☆92Updated last year
- Project intends to provide an easy framework for collecting and analyzing performance counters☆62Updated last year
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆81Updated last month
- A handy script to visualize google benchmark output☆57Updated 3 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- C++20 coroutine runtime built on top of io_uring☆21Updated last year
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆37Updated 2 weeks ago
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.