tm-wheel

Crates.iotm-wheel
lib.rstm-wheel
version0.1.1
sourcesrc
created_at2024-03-27 07:38:36.367031
updated_at2024-04-06 02:25:16.991997
descriptionLow-level hierachical timing wheel based timer driver implementation
homepage
repositoryhttps://github.com/kang-sw/tm-wheel-rs
max_upload_size
id1187606
size37,594
Seungwoo Kang (kang-sw)

documentation

README

Primitive Timer Driver Implementation

This is timer driver implementation. The original idea came from tokio's hierarchical hashed timing wheel, offering O(1) insertion/removal and O(p) (where p is number of timing wheel hierarchies; i.e. page) timeout complexity.

Usage

todo

Features

  • std(default): Provides slab based default implementation.
Commit count: 40

cargo fmt