性能相关

Zstandard - Fast real-time compression algorithm

Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It’s backed by a very fast entropy stage, provided by Huff0 and FSE library.

TODO

learn-regex

learn-regex

Learn regex the easy way.

The Art of Command Line (Mannual)

https://github.com/jlevy/the-art-of-command-line

Master the command line, in one page. Fluency on the command line is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a selection of notes and tips on using the command-line that we’ve found useful when working on Linux. Some tips are elementary, and some are fairly specific, sophisticated, or obscure. This page is not long, but if you can use and recall all the items here, you know a lot.

Project V (Go)

https://github.com/v2ray/v2ray-core

Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy.

Swift (Apple)

https://github.com/apple/swift

Swift is a high-performance system programming language. It has a clean and modern syntax, offers seamless access to existing C and Objective-C code and frameworks, and is memory safe by default.

Although inspired by Objective-C and many other languages, Swift is not itself a C-derived language. As a complete and independent language, Swift packages core features like flow control, data structures, and functions, with high-level constructs like objects, protocols, closures, and generics. Swift embraces modules, eliminating the need for headers and the code duplication they entail.

free-programming-books

free-programming-books

This page is available as an easy-to-read website at https://ebookfoundation.github.io/.

ohmyzsh

ohmyzsh

Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

coding-interview-university

coding-interview-university

A complete computer science study plan to become a software engineer.

practice-c

practice-c

Part of my daily plan for studying C.

assembly-and-c

assembly-and-c

Personal study of book “Low-Level Programming” by Igor Zhirkov (Apress, 2017)

Low-Level Programming posts

Source code for ‘Low-Level Programming’ by Igor Zhirkov

computer-science-flash-cards

computer-science-flash-cards

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.

developer-roadmap

developer-roadmap

Roadmap to becoming a web developer in 2020 https://roadmap.sh

gitignore

gitignore

A collection of useful .gitignore templates

system-design-primer

system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

public-apis

public-apis

A collective list of free APIs for use in software and web development. https://ultimatecourses.com

build-your-own-x

build-your-own-x

Build your own (insert technology here) https://twitter.com/danistefanovic

Apache APISIX (incubating)

Apache APISIX

https://github.com/apache/incubator-apisix

Tencent Cloud: Why choose Apache APISIX to implement the k8s ingress controller?(Chinese)

云原生、高性能、可扩展的微服务 API 网关。基于 Nginx 和 etcd 来实现,具备动态路由、插件热加载和 gRPC 代理和协议转换功能,更适合微服务体系下的 API 管理