Pinned Repositories
56vfs
www.56.com video file system
AI-Expert-Roadmap
Roadmap to becoming an Artificial Intelligence Expert in 2020
algorithm
算法
aran
Key Value storage based on Ranged LSM tree
awesome-go-storage
A curated list of awesome Go storage projects and libraries
BigDataGuide
大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料
Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
bitcask
🔑A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
HyperLevelDB
A fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.
wiskey
Golang implementation of Wiskey paper
tsandl's Repositories
tsandl/awesome-go-storage
A curated list of awesome Go storage projects and libraries
tsandl/wiskey
Golang implementation of Wiskey paper
tsandl/Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
tsandl/bitcask
🔑A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
tsandl/coding-interview-university
A complete computer science study plan to become a software engineer.
tsandl/daily_fudan
一键平安复旦小脚本,自动化快速上报疫情
tsandl/eraft
A generic raft library in Golang
tsandl/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
tsandl/go-movies
golang spider Crawler 爬虫 电影
tsandl/go-wiskey-update
tsandl/Go_Sql_Client
tsandl/goleveldb
LevelDB key/value database in Go.
tsandl/goukv
a key-value store with multiple backends including leveldb, badgerdb, postgresql
tsandl/greenplum_installer
基于ansible的Greenplum集群多主机节点一键安装工具:https://dbswitch.gitee.io/docs-site/
tsandl/leetcode
tsandl/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
tsandl/logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
tsandl/LSM-Tree
A simplified implementation for log structured merge tree.
tsandl/minio
High Performance, Kubernetes Native Object Storage
tsandl/minio-1
spring boot 集成 minio 实现文件上传(包括定时清理垃圾文件).
tsandl/minio-py
MinIO Client SDK for Python
tsandl/MIT6.824
MIT 6.824: Distributed Systems (Spring 2020)
tsandl/MixedReality-HolographicRemoting-Samples
Code samples for using Microsoft's Holographic Remoting library.
tsandl/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
tsandl/rosedb
🚀A fast, stable and embedded k-v database in pure Golang, supports string, list, hash, set, sorted set. 一个 Go 语言实现的快速、稳定、内嵌的 k-v 数据库。
tsandl/skvdb
tsandl/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
tsandl/tsandl.github.io
blog
tsandl/TYDB
tsandl/xiaoyaoFS
本科毕业设计——海量小文件存储系统