LTitan's Stars
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
sunface/rust-course
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
dastergon/awesome-sre
A curated list of Site Reliability and Production Engineering resources.
hibiken/asynq
Simple, reliable, and efficient distributed task queue in Go
wolverinn/Waking-Up
计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试;可用于模拟面试、面试前复习、短期内快速备战面试...
sourcegraph/conc
Better structured concurrency for go
isno/theByteBook
⭐ 【开源书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误,谢谢提issue
traefik/yaegi
Yaegi is Another Elegant Go Interpreter
cloudwego/kitex
Go RPC framework with high-performance and strong-extensibility for building micro-services.
kubevela/kubevela
The Modern Application Platform.
google/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
redis/rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
JetBrains/projector-docker
Run JetBrains IDEs remotely with Docker
0voice/kernel_new_features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
koordinator-sh/koordinator
A QoS-based scheduling system brings optimal layout and status to workloads such as microservices, web services, big data jobs, AI jobs, etc.
rfyiamcool/notes
🔥 技术笔记 ( 高性能/分布式/kubernetes/golang/kv引擎等 )
dagu-dev/dagu
Yet another cron alternative with a Web UI, but with much more capabilities. It aims to solve greater problems.
kubewharf/kubebrain
A High Performance Metadata System for Kubernetes
kubewharf/kubezoo
a lightweight kubernetes multi-tenancy gateway
Ompluscator/dynamic-struct
Golang package for editing struct's fields during runtime and mapping structs to other structs.
chenjiandongx/mandodb
🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB
kubewharf/kubegateway
Specific Layer7 Gateway for kube-apiserver
kubewharf/katalyst-core
Katalyst aims to provide a universal solution to help improve resource utilization and optimize the overall costs in the cloud. This is the core components in Katalyst system, including multiple agents and centralized components
ShiningRush/fastflow
A lightweight, high-performance distributed workflow framework
nitram509/lib-bpmn-engine
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.
erda-project/kubeprober
Large-scale Kubernetes cluster diagnostic tool.
kubewharf/katalyst-api
katalyst aims to provide a universal solution to help improve resource utilization and optimize the overall costs in the cloud. This repo is the core api for Katalyst, including crd, clientSet, informer, pd, general const variables and utils
LTitan/Mebius