timing-wheel 0.1.1

A binary-heap based timing wheel implementation.
Documentation
1
2
3
4
5
6
7
# timeing-wheel

[![CI](https://github.com/quic-lab/n3/actions/workflows/ci.yaml/badge.svg)](https://github.com/quic-lab/n3/actions/workflows/ci.yaml)
[!["Crates.io version"](https://img.shields.io/crates/v/rasi.svg)](https://crates.io/crates/timing-wheel)
[!["docs.rs docs"](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.rs/timing-wheel)

An improved hash time wheel algorithm based on binary heap priority queue.