ncghost1
Even if I can't be the best one, I'll try to be the one who works the hardest.
Magic SchoolChina Guangzhou
Pinned Repositories
redis7.0-chinese-annotated
Redis 7.0.5 版本——中文注释,持续更新!欢迎参与本项目!🍭🍭🍭
godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
Bytedance-database-project-primary
【字学镜像计划 后端&大数据-初级】内存数据布局项目文件
Bytedance-database-project-Select-Update
【字学镜像计划 后端&大数据-中级】支持Select&Update操作及数据库索引
EH-Proxy
Easy HTTP Proxy, 1 week project ~这是一个1周时间从零设计到实现的具有负载均衡,健康检测等功能的简单 HTTP 代理🍭🍭
GoldFlake
This is a discontinuous millisecond timestamp incremental version of the snowflake. 这是一个突发奇想出来的,非连续毫秒时间戳增量版本的雪花算法~名叫"GoldFlake(金雪花算法)"(为什么不是直译金箔,因为金雪花比较好汀~)
MassDataProcessingLab
海量数据处理经典面试题的 Go 语言实现,此外还提供 lab 来亲身实践~ Golang implementation of classical interview questions of mass data processing, also provide lab for you to practice.
Mini-Tiktok
这是一个来源于字节跳动后端青训营的项目。A project from ByteDance backend youth training camp.
Redis-ReplicaLock
A distributed lock idea implemented by redis and golang.It is more secure than a simple redis distributed lock.
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.
ncghost1's Repositories
ncghost1/MassDataProcessingLab
海量数据处理经典面试题的 Go 语言实现,此外还提供 lab 来亲身实践~ Golang implementation of classical interview questions of mass data processing, also provide lab for you to practice.
ncghost1/Mini-Tiktok
这是一个来源于字节跳动后端青训营的项目。A project from ByteDance backend youth training camp.
ncghost1/EH-Proxy
Easy HTTP Proxy, 1 week project ~这是一个1周时间从零设计到实现的具有负载均衡,健康检测等功能的简单 HTTP 代理🍭🍭
ncghost1/Bytedance-database-project-Select-Update
【字学镜像计划 后端&大数据-中级】支持Select&Update操作及数据库索引
ncghost1/GoldFlake
This is a discontinuous millisecond timestamp incremental version of the snowflake. 这是一个突发奇想出来的,非连续毫秒时间戳增量版本的雪花算法~名叫"GoldFlake(金雪花算法)"(为什么不是直译金箔,因为金雪花比较好汀~)
ncghost1/Bytedance-database-project-primary
【字学镜像计划 后端&大数据-初级】内存数据布局项目文件
ncghost1/openbilibili-1
B站源码备份
ncghost1/Redis-ReplicaLock
A distributed lock idea implemented by redis and golang.It is more secure than a simple redis distributed lock.
ncghost1/gin-vue-admin
基于vite+vue3+gin搭建的开发基础平台(已完成setup语法糖版本),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能。
ncghost1/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.
ncghost1/redis7.0-chinese-annotated
redis7.0版本——中文注释,持续更新!欢迎参与本项目!🍭🍭🍭
ncghost1/LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
ncghost1/ncghost1
ncghost1/oldaddress
ncghost1/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
ncghost1/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
ncghost1/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
ncghost1/gomirai
适配于Mirai HTTP API的Golang SDK
ncghost1/kubernetes
Production-Grade Container Scheduling and Management
ncghost1/MiraiDemo
ncghost1/mosn
The Cloud-Native Network Proxy Platform
ncghost1/snowflake-go
(Go)snowflake算法生成uuid