Skip to content

BarkingMouseStudio/wheel_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Hashed Wheel Timer

Simple hashed wheel timer. See http://www.cs.columbia.edu/~nahum/w6998/papers/sosp87-timing-wheels.pdf

TODO:

  1. Add Size to inspect the size the WheelTimer.
  2. Add Length to Node inspect the length of the linked list.
  3. Allow scheduling ticks outside of the immediate interval.
  4. Support at-least concurrent writes (multi-producer, single consumer).

About

Simple hashed wheel timer for scheduling events in a fixed interval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages