ZhangYunHao
ZhangYunHao
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.
zmail
Zmail makes it easier to send and retrieve emails in python3
pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
fastrand
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
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.
umap
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.