rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛复赛代码/答辩ppt/比赛攻略文档(第6名,最终答辩成绩:季军)
☆51Jul 19, 2017Updated 8 years ago
Alternatives and similar repositories for IncrementalSyncShaping
Users that are interested in IncrementalSyncShaping are comparing it to the libraries listed below
Sorting:
- rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛初赛代码(第32名)☆13Jul 7, 2017Updated 8 years ago
- 阿里巴巴中间件大赛第二赛季代码(最终排名13,比赛结束之后跑出了31.5w的query数量)☆30Aug 12, 2016Updated 9 years ago
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 years ago
- 阿里中间件比赛系列代码,包括:第二届初复赛、第三届初复赛。☆16Jan 28, 2018Updated 8 years ago
- 第三届阿里中间件性能挑战赛 初赛记录及源码分享。供学习交流!☆15Jun 5, 2017Updated 8 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in java, 线上成绩2M+☆90Jul 25, 2018Updated 7 years ago
- ☆26Jun 27, 2018Updated 7 years ago
- 2016年阿里中间件性能挑战赛亚军,含答辩PPT☆68Oct 12, 2020Updated 5 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in c++ (使用intrinsics编写向量化代码),第四届阿里中间件复赛代码…☆36Jul 25, 2018Updated 7 years ago
- alibaba 2018 天池中间件大赛复赛百万队列 java 实现☆91Aug 13, 2018Updated 7 years ago
- 2016年阿里中间件性能挑战赛复赛☆91Apr 13, 2017Updated 8 years ago
- 基于 Vert.x 的简单脚手架,整合使用了 gRPC、RxJava 等库☆10Sep 18, 2019Updated 6 years ago
- 第四届阿里中间件性能挑战赛初赛——高性能的 Service Mesh Agent 组件:服务注册与发现、协议转换、负载均衡☆10Dec 8, 2022Updated 3 years ago
- 利用ByteBuffer来实现Beringei的核心压缩算法,仅仅是压缩算法,不考虑持久化和多线程以及retry等等☆10Jul 23, 2019Updated 6 years ago
- 2018 阿里巴巴中间件挑战赛 - Service Mesh Agent 题目设计☆11Sep 3, 2018Updated 7 years ago
- ☆47Jul 19, 2018Updated 7 years ago
- 阿里巴巴第三届中间件性能挑战赛初赛程序——进程内消息引擎☆11Jul 9, 2017Updated 8 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), Service mesh agent in pure c (使用intrinsics编写向量化代码),第四届阿里中间件初赛代码,…☆44May 25, 2020Updated 5 years ago
- 阿里中间件2019代码,复赛14名,内部排名第2受邀参加决赛,拿到季军☆14Mar 8, 2023Updated 2 years ago
- ☆11Jul 13, 2016Updated 9 years ago
- Simple fault-tolerant distributed file system. 1. Utilize virtual ring style key-value store with 3 backups. 2. Automated failure detecti…☆17Jan 22, 2016Updated 10 years ago
- Implementation for MIT 6.824 Distributed System☆14Jul 18, 2014Updated 11 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- Rapids团队 (https://github.com/CheYulin , https://github.com/shixuansun and https://github.com/WANG-lp), Engine Race (Key-Value Store on I…☆112Jan 20, 2019Updated 7 years ago
- a high performance key-value engine implementation using JAVA, support get, set, range. (during PolarDB race competition)☆204Jan 19, 2019Updated 7 years ago
- CMU 15-440/640 Distributed Systems☆15Oct 2, 2014Updated 11 years ago
- 参加阿里第四届中间件性能大赛初赛代码,最终得分5756,dubbo-mesh☆16Oct 28, 2018Updated 7 years ago
- 疯狂周末-自己写个rpc☆18Jul 11, 2022Updated 3 years ago
- lite-tracer轻量级链路追踪系统,google-dapper个人实现。仅供学习研究☆38Sep 7, 2018Updated 7 years ago
- JBFS 是基于facebook haystack 开发的一套分布式海量小文件存储系统☆18Feb 25, 2016Updated 10 years ago
- A Java Direct IO framework which is very simple to use.☆122Mar 17, 2024Updated last year
- 华为云TaurusDB性能挑战赛复赛☆18Sep 18, 2021Updated 4 years ago
- B-树的Java实现☆20Aug 3, 2021Updated 4 years ago
- alibaba 2018 天池中间件大赛初赛 dubboMesh Rank 15.☆131Dec 13, 2018Updated 7 years ago
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 8 years ago
- 2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主 题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因…☆86Apr 5, 2018Updated 7 years ago
- 基于Netty的文件传输程序,方便与其他系统的集成☆21Jul 5, 2018Updated 7 years ago
- Implement the Paxos Algorithm☆18Nov 16, 2016Updated 9 years ago
- 轻量级java消息中间件☆53Aug 16, 2016Updated 9 years ago