1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Calling messages through template classes instead of macro-generated code. Makes for much easier debugging - stepping into messages More... about 7 years ago
Added result from new perf tests to readme More... about 7 years ago
Early experiment to remove arity from message macros More... about 7 years ago
Test multiple overloads in the same class More... about 7 years ago
Fixed some compiler warnings in message_perf/perf.cpp More... about 7 years ago
Benchmarking multicasts and combinators More... about 7 years ago
Tests for mutator::mutation() More... about 7 years ago
More perf results More... about 7 years ago
Added some perf-test results More... about 7 years ago
Passing command-line args to picobench More... about 7 years ago
Removed clang 5.0 as allowed failure on Travis More... about 7 years ago
Cleanup of obsolete stuff from .gitignore More... about 7 years ago
Disabled benchmark regression tests in debug builds More... about 7 years ago
Added regression check in performance tests More... about 7 years ago
Latest picobench More... about 7 years ago
Fixed sanitize warnings for signed int overflow More... about 7 years ago
Latest picobench.hpp and more detailed perf tests More... about 7 years ago
README for performance tests More... about 7 years ago
Building and running performance tests on the Travis CI build More... about 7 years ago
Some clarification comments More... about 7 years ago
Preventing some optimizations More... about 7 years ago
Improved mutation perf test More... about 7 years ago
Added const getter for the mutation in object mutators More... about 7 years ago
Added a clarifying comment for a throw check More... about 7 years ago
Updated copyright year More... about 7 years ago
Using picobench in message performance test More... about 7 years ago
Docs and version for the latest release More... about 7 years ago
Fixed tutorial references to `global_allocator` to correctly say `domain_allocator` More... about 7 years ago
Some clarifications for mixin replacement functions More... about 7 years ago
Removed calculate_ from mem_size_for_mixin and mixin_offset functions and moved them as inline to the header so they can be optimized away if possible More... about 7 years ago