codefollower / HSQLDB-ResearchLinks
HSQLDB数据库源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)
☆13Updated 4 years ago
Alternatives and similar repositories for HSQLDB-Research
Users that are interested in HSQLDB-Research are comparing it to the libraries listed below
Sorting:
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆58Updated 5 years ago
- AI 时代的智能数据库☆224Updated last year
- leveldb的源码中文注释解读版☆51Updated 3 years ago
- 《新一代垃圾回收器ZGC设计与实现》一书参考的代码☆34Updated 4 years ago
- 面向单机与分布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆25Updated 2 years ago
- 面向单机与分布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆11Updated 2 years ago
- 1st AliCloud Database Performance Competition in 2018 - Java rank No.1 source code 阿里云2018年第一届PolarDB数据库性能大赛Java排名第一源码☆200Updated 6 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in java, 线上成绩2M+☆89Updated 7 years ago
- “Byte Buddy Tutorial” 中文翻译:Byte Buddy 教程。☆101Updated 10 months ago
- A Pure Java 8 Library for Java8 Projects☆30Updated last year
- Java实现的Gossip协议,借鉴CassandraV1.1.1源码☆46Updated 12 years ago
- (用于归档)各种开源项目代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆218Updated 8 years ago
- 文件数据库☆62Updated 3 years ago
- 📐 generic API design example by I/O, the demo implementation of the article "A generic input/output API in Java"☆64Updated 2 weeks ago
- a high performance key-value engine implementation using JAVA, support get, set, range. (during PolarDB race competition)☆205Updated 6 years ago
- A Java Direct IO framework which is very simple to use.☆121Updated last year
- 华为云TaurusDB性能挑战赛复赛☆18Updated 3 years ago
- 超精简分布式对象存储☆47Updated 6 years ago
- JCTools译注版(源码剖析),主要译注队列部分,目前已完成常用队列实现。☆12Updated 5 years ago
- 死磕NETTY源码-NETTY源码深度解析☆30Updated 4 years ago
- 与 Lealone 相关的所有文档☆86Updated 2 months ago
- rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛复赛代码/答辩ppt/比赛攻略文档(第6名,最终答辩成绩:季军)☆51Updated 8 years ago
- H2数据库源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆434Updated 2 years ago
- 2016年阿里中间件性能挑战赛复赛☆91Updated 8 years ago
- My sample code repository☆146Updated 2 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java