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