Pinned Repositories
1368-
1368个单词就够了
acl-chinese
ANSI Common Lisp 中文翻译版
alibaba-mom
2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因为考虑到机器坏掉,broker不可用等等原因导致的消息丢失,就需要每次收到的消息必须及时落盘,这个就是比赛优化的重中之重。为此设计了一个小型的文件系统,借鉴阿里的rocketmq. 用一个大的日志文件,一般1G大小每个,和内存队列的结构映射到实体队列。整个日志文件是顺序文件,每条消息固定大小,里面有对应的队列号,消息号,还有长度等等。这个方便恢复消息到实体队列用的。 同步刷盘,异步刷盘,持久化必须可靠,所以一般是同步刷盘到日志文件,日志文件定时异步刷盘到实体队列,实体队列里面是索引,消息的本体在日志文件里面。为了加快大面积的写入速度,用了内存映射:内存映射文件首先将外存上的文件映射到内存中的一块连续区域,被当成一个字节数组进行处理,读写操作直接对内存进行操作,而后再将内存区域重新映射到外存文件,这就节省了中间频繁的对外存进行读写的时间,大大降低了读写时间
android_demo
自己学习的androiddemo合集
architect-awesome
后端架构师技术图谱
aweme-algorithm
抖音协议中的加解密算法实现
awesome-iptv
A curated list of resources related to IPTV
awesome-list
collect all awesome about IT
Awesome-Networking
A curated list of awesome networking libraries, resources and shiny things
sunlaobo's Repositories
sunlaobo/ZeroNet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
sunlaobo/cocos2d-objc
Cocos2d for iOS and OS X, built using Objective-C
sunlaobo/wechat
微信公共平台消息接口服务中间件
sunlaobo/Ourls
url shorten service/短网址服务
sunlaobo/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
sunlaobo/tensorlayer
TensorLayer: Reinforcement Learning and Deep Learning Library for Researcher and Engineer.
sunlaobo/d3-tree-layout-demo
sunlaobo/kingshard
A high-performance MySQL proxy
sunlaobo/graphviz-scripts
Some dot files for graphviz
sunlaobo/srs-bench
SB(SRS Bench) is a http/rtmp/hls load benchmark tool base on ST and srs-librtmp.
sunlaobo/fuzz_dict
常用的一些fuzz及爆破字典,欢迎大神继续提供新的字典及分类。
sunlaobo/dopey
ES索引的维护脚本, 每天close delete reallocate optimize索引
sunlaobo/document-style-guide
中文技术文档的写作规范
sunlaobo/esproxy
用django代理kibana3的请求, 用来实现权限控制, sso登陆等. kibana4已经是nodejs的版本,支持不了啦
sunlaobo/ML_for_Hackers
Code accompanying the book "Machine Learning for Hackers"
sunlaobo/openxenmanager
Opensource XenServer Management Interface
sunlaobo/Qix
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
sunlaobo/SomeCode
一些相当不错的代码或者工具 都是自己实现的
sunlaobo/DouBanSpider
豆瓣读书的爬虫
sunlaobo/C_ServerClientMysql
sunlaobo/linux
Linux kernel source tree
sunlaobo/WeixinBot
网页版微信API,包含终端版微信及微信机器人
sunlaobo/Linux_Gateway-ioT
LInux 平台下物联网网关(多线程实现),嵌入式项目
sunlaobo/NNLLS
Node.js+Nginx+Linux+LiveStreaming
sunlaobo/CAPTCHA-breaking
DataCastle验证码识别大赛
sunlaobo/nuklear
A small ANSI C gui toolkit
sunlaobo/deepdecoder
sunlaobo/LeanEngine-WechatBot
使用 LeanEngine 的微信公众号自动问答机器人的演示项目
sunlaobo/free-programming-books
:books: Freely available programming books
sunlaobo/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿