phaistos-networks / TANK

A very high performance distributed log service
Apache License 2.0
938 stars 70 forks source link

Implement timers scheduler using EBTs #61

Closed markpapadakis closed 5 years ago

markpapadakis commented 5 years ago

Bring in EBT codebase and implement a proper timers scheduler using EBTs as opposed to the simplistic doubly-linked list implementation we have now. We use timers for tracking requests pending new messages and, we could, conceivably, have thousands of such actions at any given time. It will also provide us with O(1) next-timer-timestamp access which is useful.

markpapadakis commented 5 years ago

Done in the latest major release.