ZhangYunHao

Elite
@zhangyunhao116

zmail. Zmail makes it easier to send and retrieve emails in python3

431

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.

264

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.

222

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

117

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

72

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

50

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

34

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

25

wyhash. A Go implementation of the 64-bit wyhash algorithm with a lot of optimizations. (final version 1 && 3)

12

sbconv. Fastest conversions between string and byte slice

11

zmail_demos. Demos for zmail

3

mixhash. Mixhash is a simple hash algorithm specifically designed for uint64 key types in hashmaps.

3

stdpdqsort. Go

2

lrucache. High-performance LRU cache implementation with multi-keys supported for Go

2

clist. Concurrent sorted list.

2

ccas. Convert object between camel-case and snake-case in python3

2

lscqtest. Go

1

gomapbench. Go

1

extbar. Go

1

ssdbench. Lightweight SSD benchmark tool written in rust

1

bithack. Go

1

2024-talks. HTML

1

gocompile. Shell

1

pgoproxy. Go

1

xxh. Rust

1
25
Apply