Pinned Repositories
awesome-consensus
Awesome list for Paxos and friends
book
document sets of my study
books
debug
go-iam
Go implemention of AWS-IAM
NetEase-MusicBox
网易云音乐命令行版本,排行榜,搜索,精选歌单,登录,DJ节目,快速打碟,收藏歌单,Vi快捷键,320kps码率自动切换
priority-queue
golang priority queue based on heap
skip-list
sync
tracymacding's Repositories
tracymacding/lib
basic data structure lib, contains list, tree and so on
tracymacding/Vundle.vim
Vundle, the plug-in manager for Vim
tracymacding/weedfs
forked from:http://code.google.com/p/weed-fs/
tracymacding/golang---
tracymacding/build-web-application-with-golang
A golang ebook intro how to build a web with golang
tracymacding/redis-resharding-proxy
Redis Resharding Proxy
tracymacding/testGit
repository just for git learning
tracymacding/GrapesGameEngineWeb
GrapesGameEngineWeb
tracymacding/GtmyMusic
tracymacding/osv
tracymacding/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
tracymacding/gizzard
A flexible sharding framework for creating eventually-consistent distributed datastores
tracymacding/beansdb
Yet anonther distributed key-value storage system from Douban Inc.
tracymacding/Lazy-Deduplication
Data deduplication, data reduction, capacity optimized storage - is a specialized data compression technique for eliminating redundant data in the storage file system. It is often designed to make network backups to disk faster and more economical. It removes redundant data segments to compress data into a highly compact form and makes it economical to store backups on disk drive instead of tape drive. The technique identifies unique chunks of data, or byte patterns and stores them during the time of analysis. The chunks of new data are hashed and compared with the existing hashes of the other chunks to determine if there is a match. This project is aimed at creating a data deduplication file system which performs post-processing (lazy) analysis on the data stored into the file system