Pinned Repositories
go
The Go programming language
rust
Empowering everyone to build reliable and efficient software.
fastrand
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
Mini-Spider
简单、实用的爬虫工具,仅需四步创建属于你的爬虫程序!
pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
Python-script-converter
This is a tiny tool used to convert a python script to a executable file(only for Mac&Linux)
skipmap
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
umap
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
zmail
Zmail makes it easier to send and retrieve emails in python3
zhangyunhao116's Repositories
zhangyunhao116/zmail
Zmail makes it easier to send and retrieve emails in python3
zhangyunhao116/skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
zhangyunhao116/skipmap
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
zhangyunhao116/pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
zhangyunhao116/fastrand
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
zhangyunhao116/umap
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
zhangyunhao116/wyhash
A Go implementation of the 64-bit wyhash algorithm with a lot of optimizations. (final version 1 && 3)
zhangyunhao116/stdpdqsort
zhangyunhao116/2024-talks
zhangyunhao116/bithack
zhangyunhao116/gocompile
zhangyunhao116/ssdbench
Lightweight SSD benchmark tool written in rust
zhangyunhao116/xxh
zhangyunhao116/benchok
zhangyunhao116/benchutil
zhangyunhao116/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
zhangyunhao116/git-rel
zhangyunhao116/goflakytest
Flaky test for Go itself.
zhangyunhao116/gomapbench
zhangyunhao116/gutil
zhangyunhao116/mapbench
zhangyunhao116/ollama
Get up and running with Llama 3.1, Mistral, Gemma 2, and other large language models.
zhangyunhao116/public-data
ONLY FOR STORAGE
zhangyunhao116/rust
Empowering everyone to build reliable and efficient software.
zhangyunhao116/sortbench
zhangyunhao116/sortlearning
青训营课件代码合集
zhangyunhao116/subcheck
Check if each video in the current directory has at least one embedded subtitle(for personal use only).
zhangyunhao116/testrepo
FOR TEST ONLY
zhangyunhao116/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
zhangyunhao116/wyhash-1
The dream fast hash function and random number generators that passed SMHasher, BigCrush and practrand.