ShiraTake's repositories
CS-APP-Proxy-Lab
实现一个支持多并发连接的HTTP代理服务器,并通过缓存最近访问的网页内容优化性能。 Implement an HTTP proxy server that supports multiple concurrent connections and optimizes performance by caching recently accessed web content.
awesome-go
A curated list of awesome Go frameworks, libraries and software
infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
Rust-Web-Server
一个可运行的单线程 web server
duckdb
DuckDB is an analytical in-process SQL database management system
FlyDB
The high-performance kv storage engine based on bitcask paper made in golang
gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
go-zero
A cloud-native Go microservices framework with cli tool for productivity.
hertz
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
kitex
Go RPC framework with high-performance and strong-extensibility for building micro-services.
learngo
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
lotusdb
Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.
miniob
MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
raft-zh_cn
Raft一致性算法论文的中文翻译
ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
skill-icons
Showcase your skills on your Github readme or resumé with ease ✨
starrocks
The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
tinykv
A course to build distributed key-value service based on TiKV model
wal
Write Ahead Log for LSM or bitcask storage(or any append-only write).