℞lib is a set of core Java libraries that includes dynamic thread pool, ntp client (System.currentTimeMillis() aspect), dns server and client (InetAddress.getByName() aspect), and utilities for concurrency, I/O, socks, and more.
<dependency>
<groupId>com.github.rockylomo</groupId>
<artifactId>rxlib</artifactId>
<version>2.19.11</version>
</dependency>
- 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
- FQ梯子 - 你懂的
- KeyValueStore - WAL + MMAP 键值存储
- HybridStream - heep/direct buffer & memory/file stream混用BIO
- DistributedId - 分布式Id
- 工具类
- 语法糖类