-
Notifications
You must be signed in to change notification settings - Fork 2
Home
RockyLOMO edited this page Jun 17, 2023
·
8 revisions
Welcome to the rxlib wiki!
- ThreadPool 最佳线程数线程池 & 链路追踪异步trace & 定时器
- Jdk ntp 群集时间一致性
- DnsServer & DnsClient - Contributed to Netty
- Reliable UDP - 轻量级可靠性UDP
- Remoting - 轻量级对象Rpc,支持TCP,RUDP传输协议、异步事件回调、定制化广播
- RestfulRpc - 基于netty实现的HttpServer & 类似FeignClient + 连接池化的Client
- Nameserver - 基于Dns协议的注册与发现
- EntityDatabase - 轻量级实体数据库,支持sharding
- KeyValueStore - WAL + MMAP 键值存储
- HybridStream - heep/direct buffer & memory/file stream混用BIO
- DistributedId - 分布式Id
- 工具类
- 语法糖类