2016年阿里中间件性能挑战赛复赛
☆91Apr 13, 2017Updated 8 years ago
Alternatives and similar repositories for AlibabaMiddlewareRace
Users that are interested in AlibabaMiddlewareRace are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Java Concurrency Recipes, 介绍Java并发相关的常见工具类。☆115Apr 3, 2018Updated 7 years ago
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 years ago
- 阿里巴巴中间件大赛第二赛季代码(最终排名13,比赛结束之后跑出了31.5w的query数量)☆30Aug 12, 2016Updated 9 years ago
- nettty源码分析&笔记&思维导图☆12Jan 12, 2023Updated 3 years ago
- 2016年阿里中间件性能挑战赛亚军,含答辩PPT☆68Oct 12, 2020Updated 5 years ago
- 深入理解Java集合框架☆2,234Jan 18, 2022Updated 4 years ago
- 阿里中间件搬砖头比赛异步请求版☆67Jun 7, 2021Updated 4 years ago
- 2016年阿里中间件性能挑战赛初赛题,RocketMQ+JStorm+Tair实时统计双11交易金额☆43Sep 15, 2018Updated 7 years ago
- 2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因…☆86Apr 5, 2018Updated 7 years ago
- rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛复赛代码/答辩ppt/比赛攻略文档(第6名,最终答辩成绩:季军)☆51Jul 19, 2017Updated 8 years ago
- 阿里巴巴分布式消息队列中间件rocketmq-3.4.6源码分析、中文详细注释,停止更新☆194Apr 7, 2019Updated 6 years ago
- java设计模式☆10Mar 9, 2016Updated 10 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
- 深入理解Java函数式编程和Streams API☆2,085Mar 14, 2023Updated 3 years ago
- Learn Trista more? -->☆11Aug 9, 2023Updated 2 years ago
- 基于netty实现的轻量级消息中间件mini-mq,致力于解决分布 式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。☆19Dec 12, 2022Updated 3 years ago
- JBFS 是基于facebook haystack 开发的一套分布式海量小文件存储系统☆18Feb 25, 2016Updated 10 years ago
- alibaba 2018 天池中间件大赛初赛 dubboMesh Rank 15.☆131Dec 13, 2018Updated 7 years ago
- 封装常用的生产者-消费者模型☆19May 9, 2017Updated 8 years ago
- 阿里中间件比赛系列代码,包括:第二届初复赛、第三届初复赛。☆16Jan 28, 2018Updated 8 years ago
- Java Pools(Connection Pool,Object Pool,Task Pool)☆13Updated this week
- 参加阿里第四届中间件性能大赛初赛代码,最终得分5756,dubbo-mesh☆16Oct 28, 2018Updated 7 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
- 轻量级的事件驱动和异步框架☆39Sep 1, 2024Updated last year
- simple java nio based httpserver☆43Nov 27, 2010Updated 15 years ago
- java 网络编程☆13Oct 15, 2017Updated 8 years ago
- 极客时间ZooKeeper实战与源代码剖析课程资源☆150Jul 23, 2021Updated 4 years ago
- 第五届阿里中间件性能挑战赛复赛第6名代码+比赛总结☆27Aug 15, 2023Updated 2 years ago
- 📣一个简单易用可对象操作基于Spring JdbcTemplate可替代MyBatis、Hibernate的JDBC ORM工具包☆11Feb 28, 2018Updated 8 years ago
- 日志分析器,仿造elk中logstash的简单Java实现,实现监控目录日志,自动解析存入elasticsearch。☆22Mar 10, 2016Updated 10 years ago
- spring-cloud-gateway的管控平台,简称SCGA☆14Nov 17, 2018Updated 7 years ago
- Netty4.1.x+Disruptor3.x☆15Dec 5, 2023Updated 2 years ago
- A framework for distributed systems verification, with fault injection☆46Dec 10, 2025Updated 3 months ago
- rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛初赛代码(第32名)☆13Jul 7, 2017Updated 8 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in java, 线上成绩2M+☆91Jul 25, 2018Updated 7 years ago
- 分布式链路跟踪监控插件,开箱即用,使用方式参考module:j360-trace-example , 本项目供学习之用,参考Google Dapper论文设计,收集存储分离,使用kafka,http,mq等进行解耦☆62Apr 27, 2017Updated 8 years ago
- a high performance key-value engine implementation using JAVA, support get, set, range. (during PolarDB race competition)☆205Jan 19, 2019Updated 7 years ago
- ☆12May 19, 2017Updated 8 years ago
- spring-cloud 微服务体系整体系统搭建和总结☆12Jun 21, 2022Updated 3 years ago