xiaopeifeng's Stars
rclone/rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
jumpserver/jumpserver
An open-source PAM tool alternative to CyberArk. 广受欢迎的开源堡垒机。
ZuodaoTech/everyone-can-use-english
人人都能用英语
facebook/infer
A static analyzer for Java, C, C++, and Objective-C
tmux-plugins/tmux-resurrect
Persists tmux environment across system restarts.
unknwon/go-fundamental-programming
《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
antirez/smallchat
A minimal programming example for a chat server
doocs/technical-books
😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...
golang-design/go-questions
📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions
dreamhead/patterns-of-distributed-systems
《Patterns of Distributed Systems》中文版
aquasecurity/tracee
Linux Runtime Security and Forensics using eBPF
KDE/heaptrack
A heap memory profiler for Linux
leozide/leocad
A CAD application for creating virtual LEGO models
agiledragon/gomonkey
gomonkey is a library to make monkey patching in unit tests easy
linux-rdma/rdma-core
RDMA core userspace libraries and daemons
fougue/mayo
3D CAD viewer and converter based on Qt + OpenCascade
p12tic/libsimdpp
Portable header-only C++ low level SIMD library
rustyrussell/ccan
The C Code Archive Network
minio/sha256-simd
Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.
minio/highwayhash
Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash
intel-cloud/cosbench
a benchmark tool for cloud object storage service
linux-apfs/linux-apfs-rw
APFS module for linux, with experimental write support
minio/sidekick
High Performance HTTP Sidecar Load Balancer
eryar/occQt
A simple OpenCASCADE Qt demo.
smallnest/gotips
Go tips from Phuong Le. Go语言编程技巧
cocalele/PureFlash
A ServerSAN storage system designed for flash device
raulk/go-watchdog
a library to curb OOMs by running Go GC according to a user-defined policy.
diamon/minicoredumper
Generate minimal and customized core dump files on Linux.
juicedata/minio
Fork of MinIO under Apache 2 License
yangxianjungree/GoFsBench
使用Go实现的一个远端文件系统服务。用于记录系统调优过程,并解决Go处理阻塞的文件IO而创建过多线程的问题。