Age | Commit message (Collapse) | Author |
|
This makes doing live topology changes w/ commit
instant, even if much buffering is backed up.
|
|
When multiple consumers all choose to override the buffer,
they were doing so with the same token, this lead to some
buffer allocation confusion and nasty errors.
Its ok for one to win out, but each allocator needs a unique token.
There is also a unit test to check for this behaviour.
|
|
|
|
|
|
|
|
The msvc performance counter tps isnt very high.
And as it turns out, we dont need to care,
since its all internal to the implementation.
|
|
|
|
|
|
|
|
|
|
long long has pretty bad swig wrapping,
its easier to use fixed width int64s for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
preparing build
|
|
|
|
|
|
|
|
|
|
|
|
|