ZhangYunHao

Results 8 repositories owned by ZhangYunHao

skipset

232
Stars
17
Forks
Watchers

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

423
Stars
110
Forks
Watchers

Zmail makes it easier to send and retrieve emails in python3

pdqsort

108
Stars
7
Forks
Watchers

Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.

fastrand

26
Stars
3
Forks
Watchers

Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.

Mini-Spider

47
Stars
23
Forks
Watchers

简单、实用的爬虫工具,仅需四步创建属于你的爬虫程序!

Python-script-converter

67
Stars
24
Forks
Watchers

This is a tiny tool used to convert a python script to a executable file(only for Mac&Linux)

skipmap

149
Stars
15
Forks
Watchers

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

18
Stars
4
Forks
Watchers

A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.