• Stars
    star
    2
  • Language
    Go
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

zmail

Zmail makes it easier to send and retrieve emails in python3
Python
400
star
2

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.
Go
210
star
3

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.
Go
123
star
4

pdqsort

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

Python-script-converter

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

Mini-Spider

็ฎ€ๅ•ใ€ๅฎž็”จ็š„็ˆฌ่™ซๅทฅๅ…ท๏ผŒไป…้œ€ๅ››ๆญฅๅˆ›ๅปบๅฑžไบŽไฝ ็š„็ˆฌ่™ซ็จ‹ๅบ๏ผ
Python
47
star
7

fastrand

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

umap

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

sbconv

Fastest conversions between string and byte slice
Go
11
star
10

wyhash

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

zmail_demos

Demos for zmail
Python
3
star
12

ccas

Convert object between camel-case and snake-case in python3
Python
2
star
13

stdpdqsort

Go
1
star
14

pgoproxy

Go
1
star
15

xxh

Rust
1
star
16

clist

Concurrent sorted list.
Go
1
star
17

ssdbench

Lightweight SSD benchmark tool written in rust
Rust
1
star
18

extbar

Go
1
star
19

lscqtest

Go
1
star