完整的外排序算法,对8000万条数据(2G)大小进行排序,使用临时文件作为内存扩展,算法思想:使用选择置换排序最大化顺串长度,多路归并减少IO开销,使用败者树来使归并达到最优。
☆36Oct 28, 2019Updated 6 years ago
Alternatives and similar repositories for outterSort
Users that are interested in outterSort are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- guava 中文注释☆14Oct 20, 2015Updated 10 years ago
- Xorange 基于openresty的api管理,负载,分发,监控,频率限制,waf 防火墙,鉴权认证管理平台☆16Sep 30, 2019Updated 6 years ago
- ZxFrame为JAVA框架-支持读写分离,读数据源熔断,分库分表;多级缓存,防缓存击穿/穿透/雪崩;支持分布式ID/锁;配置热更新等☆13Jun 21, 2022Updated 4 years ago
- 机器学习竞赛代码☆15Oct 24, 2016Updated 9 years ago
- 一个基于redis消息队列的livePush推流器的分布式服务,修改部分livePush推流实现,采用监听redis消息队列方式控制推流和停止☆11Sep 22, 2016Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ☆12Aug 27, 2022Updated 3 years ago
- rainy - a tiny tool for iot data collection and monitoring☆15Sep 25, 2023Updated 2 years ago
- 🍎Wende Chinese QA system (experimental)☆10Jun 1, 2021Updated 5 years ago
- 将日志收集到Redis或者Kafka中,目前只支持Logback☆19Feb 28, 2018Updated 8 years ago
- 知乎热搜榜,记录从 2021-12-6 日开始的知乎热搜榜单。每小时抓取一次数据,按天归档。☆10Jan 20, 2026Updated 5 months ago
- Like NW.js and node-webkit but with Gecko using XUL Runner☆12May 12, 2017Updated 9 years ago
- 本项目是July的《程序员编程艺术》的电子书版本☆10Jan 9, 2014Updated 12 years ago
- 日志分析器,仿造elk中logstash的简单Java实现,实现监控目录日志,自动解析存入elasticsearch。☆21Mar 10, 2016Updated 10 years ago
- Redis + Lua 抢红包程序设计☆20Jun 15, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Convenience library for executing external processes☆20Sep 27, 2017Updated 8 years ago
- 即时通讯第一版,第二版详见LuliChat(https://github.com/TopCoderMyDream/LuliChat)☆16May 8, 2017Updated 9 years ago
- Spring Boot、Spring Cloud、Dubbo scaffold☆14Feb 28, 2026Updated 4 months ago
- 用户行为分析系统☆12Dec 10, 2015Updated 10 years ago
- 微服务日志之实时日志☆30Jul 6, 2018Updated 7 years ago
- amis 后端辅助工具类☆15Sep 6, 2021Updated 4 years ago
- 数据生成器,轻松生成模拟数 据,接口联调快速Demo。☆10Jun 21, 2018Updated 8 years ago
- 数据挖掘十大算法Java实现。☆23Sep 18, 2018Updated 7 years ago
- SSE Demo project using Spring Boot and Web APIs Notification☆11Dec 14, 2021Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于SSM实现的招聘考试系统。试题爬取通过WebCollector爬虫框架网上爬取试题,通过Lucene全文搜索试题,通过遗传算法生成试卷☆12Dec 16, 2022Updated 3 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆28Dec 10, 2022Updated 3 years ago
- The corresponding code from our paper "Social Commonsense Reasoning with Multi-Head Knowledge Attention (EMNLP 2020)". Do not hesitate to…☆11Jun 12, 2022Updated 4 years ago
- 2019 Baidu Machine Reading Comprehension Competition!☆10Jun 3, 2019Updated 7 years ago
- 基于可靠消息的分布式事务实现方案☆30Mar 17, 2017Updated 9 years ago
- Code for the paper "Towards Generalizable Neuro-Symbolic Systems for Commonsense Question Answering" (EMNLP-COIN 2019)☆11Feb 19, 2021Updated 5 years ago
- 这是若依极客生态后端的Springboot 3版本。配合若依极客生态的Vue3版本,该版本在支付模块和第三方登录模块方面进行了基础设计工作,并针对代码生成器进行了显著增强,现在支持字段级别的关联表操作。此外,新增了在线接口开发模块,该模块允许用户通过在线方式使用mybati…☆28Jun 17, 2026Updated 2 weeks ago
- 基于互信息和邻接信息熵的中文分词和新词发现☆14Jan 22, 2019Updated 7 years ago
- 抛物线加入购物车☆12Jun 15, 2016Updated 10 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Flink的demo代码☆12Mar 7, 2019Updated 7 years ago
- A website based on Neural Style Transfer☆13Jul 9, 2019Updated 6 years ago
- Spring DDAL是基于spring AOP和AbstractRoutingDataSource实现了读写分离和分库分表功能,是一款轻量级的插件,简单易用、轻耦合,使用注解即可完成读写分离、分库分表。☆16Nov 20, 2018Updated 7 years ago
- Source code for the paper "Attention Is (not) All You Need for Commonsense Reasoning" published at ACL 2019.☆14Aug 2, 2024Updated last year
- 个人学习xxl-job源码 核心部分加上了中文注释☆16Aug 7, 2018Updated 7 years ago
- 我的深度学习模型用来解决TREC数据集中的问题分类任务。☆13Apr 9, 2017Updated 9 years ago
- v0.2 spring-boot+mybatis+pagehelper+Swagger2构建RESTful API文档☆14Jul 23, 2016Updated 9 years ago