Stars
An IEEE1588 Precision Time Protocol Implementation written in Python and C using a kernel bypass.
NACK-Oriented Reliable Multicast (NORM) implementation & tools (RFCs 5740, 5401)
The Prometheus monitoring system and time series database.
Official repository for the BPF Performance Tools book
A production-ready QUIC implementation in pure Go
使用torch整合两种经典的指针NER抽取范式,分别是SpanBert和苏神的GlobalPointer,简单加了些tricks,配置后一键运行
Let's dive into linux kernel and learn operating system deeply
The way to learn distribute system knowledge
基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。
爬取百度贴吧、TapTap、appstore、微博官方博主上的游戏评论(基于redis_scrapy),过滤器采用了bloomfilter。
Little test for reactor and proactor pattern
Learning some open source library like libevent, redis and using them
This is the implementation of several useful data structure
This is the collection of code from linux kernel net file. I wanted to read them and understand them