Michael Laing

Results 4 issues of Michael Laing

This PR addresses the top TODO for Rax by antirez: "Take more state in the iterator so that we do not need to re-scan children in order to go to...

This PR: - Adds a byte stack to `raxIterator` that contains child offsets. - Adds a separate, more complicated and slightly slower `raxLowWalkSeek()` for use by `raxSeek()` - this preserves...

Show iteration times for various instances of a simple model of timers similar to those used by Redis. This is the first of 2 PRs. The 2nd PR has changes...

One of my apps handles thousands of clients, creating and deleting queues for them. It maintains a single connection with rabbitmq for this purpose. When a queue is deleted its...