尹名洋's repositories
gosingleton
A simple singleton library for project
algorithms
Algorithms & Data structures in C++.
becoming-a-compiler-engineer
编译器入门课程的配套教学资料
fabric
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
jsonparser
Alternative JSON parser for Go that does not require schema (so far fastest)
kakoune-text-objects
Extra text-objects
micro-lisp
🎄A very small Lisp programming language 😀that used to be under 200 lines of C🎄
nginx-tuning
NGINX tuning for best performance
participle
A parser library for Go
tiny-compiler
A tiny compiler for a simple synthetic language featuring LL(2) grammar, written in pure C, with Lexer, Parser, ASM-like code generator and Virtual machine implemented