Pinned Repositories
.gitignore
ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
ApsaraCache
ApsaraCache is a Redis branch originated from Alibaba Group.
awesome
😎 Awesome lists about all kinds of interesting topics
Awesome-ChatGPT
ChatGPT资料汇总学习,持续更新......
awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
awesome-ChatGPT-repositories
A curated list of resources dedicated to open source GitHub repositories related to ChatGPT
awesome-database-learning
A list of learning materials to understand databases internals
codepractice
damotiansheng's Repositories
damotiansheng/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
damotiansheng/Awesome-ChatGPT
ChatGPT资料汇总学习,持续更新......
damotiansheng/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
damotiansheng/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
damotiansheng/awesome-ChatGPT-repositories
A curated list of resources dedicated to open source GitHub repositories related to ChatGPT
damotiansheng/awesome-iouring
Delightful io_uring packages and resources
damotiansheng/awesome-tips
damotiansheng/bbolt
An embedded key/value database for Go.
damotiansheng/btree
B-tree implementation for Go
damotiansheng/bustub
15445-The BusTub Relational Database Management System (Educational)
damotiansheng/coding-interview-university
大厂面试学习资料-A complete computer science study plan to become a software engineer.
damotiansheng/COLA
🥤 COLA: Clean Object-oriented & Layered Architecture
damotiansheng/fastcache
Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
damotiansheng/free-programming-books
:books: Freely available programming books
damotiansheng/go-database-material
Go数据库相关学习资料
damotiansheng/go-memdb
Golang in-memory database built on immutable radix trees
damotiansheng/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
damotiansheng/goleveldb
LevelDB key/value database in Go.
damotiansheng/hexo-theme-webstack
A hexo theme based on webstack. | 一个基于webstack的hexo主题。
damotiansheng/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
damotiansheng/kvbench
Server for benchmarking pure Go key/value databases
damotiansheng/lotusdb
Fast k/v storage compatible with lsm tree and b+tree, optimization of badger and bbolt.
damotiansheng/minidb
A demo for learning😁-rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。
damotiansheng/notes
🔥 技术笔记 ( 高性能/分布式/kubernetes/golang/kv引擎等 )
damotiansheng/Reading-and-comprehend-redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
damotiansheng/Reading-and-comprehense-twemproxy0.5.0
A fast, light-weight proxy for memcached and redis
damotiansheng/redis-rdb-tools
Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
damotiansheng/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
damotiansheng/timingwheel
Golang implementation of Hierarchical Timing Wheels.
damotiansheng/tiny-bitcask
build a tiny kv store base on Bitcask