timewheel
There are 23 repositories under timewheel topic.
antlabs/timer
High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]
ouqiang/timewheel
时间轮定时器
qi7chen/timer-benchmarks
Benchmark of different timer implementations(min-heap, red-black tree, timing wheel) 不同数据结构实现的定时器测试
lizongying/cron
基于时间轮实现的定时任务,更准时,并发性能更高。支持crontab格式或every 1 second|minute|hour|day|month|week格式
piaodazhu/ttlHashMap
⏰ A general-purpose, thread-safe hash map that supports TTL of the items. It is built upon https://github.com/tidwall/hashmap.c.git .
anjieych/timewheel
timewheel for golang
buffoonless/TimingWheel-Timer
Using the timer of time wheel, referring to the timer of Kafka and making optimization
burybell/cluster-timewheel
go实现的分布式时间轮,可单机可分布式
RainPoetry/deplayOperation
kafka-deplayOperation
SongCF/HPTimeWheel
内存定时器,timeWheel, kafka-timeWheel, netty-timeWheel
things-labs/wheel
(Archived) Use https://github.com/thinkgos/timer instead
wjcgithub/php_timerwheel_thread
php多线程版本的时间轮实现
freeeyes/TimeWheel
time wheel
icanfly/timer-core
a timewheel implemented based leveldb and netty timewheel
zgpwr/timewheel
golang,时间轮,延迟任务
tttxdxd/timewheel
timewheel on golang
yushaolong10/xcron
a distributed task schedule system which high avaliabled and strong data consistent by Raft.
zhang-stephen/ip-datafeeder
A LAN debugging assistant tool for embedded/FPGA developing.
cloud-org/go-timewheel
fork from rfyiamcool/go-timewheel and modify by ashing
FelixSeptem/timewheel
a time wheel similar with Netty's HashedTimeWheel
fufuok/timewheel
完全兼容 golang 定时器的高性能时间轮, 增加了 `ticker.Reset()`, golang timewheel similar to glang std timer, forked from rfyiamcool/go-timewheel