oliver-giersch

Results 5 issues of oliver-giersch

This is the realization of the design proposed in #592. ## Motivation The current `Transport` trait is not object-safe, meaning it is not easily possible to dynamically abstract over different...

Redis-benchmark random keys are supposed to be 12-digit decimal strings, but CLI parameter parsing and random number generation use C `int`s, so the largest possible key that can be generated...

According to the boost::lockfree [documentation](https://www.boost.org/doc/libs/1_72_0/doc/html/lockfree/rationale.html) and from what I can see from boost/lockfree/detail/tagged_ptr_ptrcompression.hpp, the implementation of the free-list stores a 16-bit tag value in the upper bits of a 64-bit...

I implemented the three method signatures suggested in issue #26 using three atomic counters which are updated each time a thread is spawned or exits using a guard/sentinel struct. I...

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior The documentation for @cmpxchgStrong and @cmpxchgWeak says: ``` This function performs a [strong|weak] atomic compare-and-exchange operation, returning `null` if...

bug
docs