| microsoft/FASTER |
5,791 |
|
0 |
20 |
over 2 years ago |
96 |
October 16, 2023 |
6 |
mit |
C# |
| Fast persistent recoverable log and key-value store + cache, in C# and C++. |
| coocood/freecache |
4,848 |
|
57 |
335 |
about 2 years ago |
10 |
September 22, 2023 |
38 |
mit |
Go |
| A cache library for Go with zero GC overhead. |
| moka-rs/moka |
1,207 |
|
0 |
69 |
about 2 years ago |
53 |
October 03, 2023 |
33 |
apache-2.0 |
Rust |
| A high performance concurrent caching library for Rust |
| panghaijiao/HJDanmakuDemo |
820 |
|
3 |
0 |
almost 6 years ago |
4 |
October 22, 2018 |
5 |
mit |
Objective-C |
| A high performance danmaku engine for iOS |
| spatie/fork |
698 |
|
0 |
5 |
over 2 years ago |
14 |
December 07, 2023 |
0 |
mit |
PHP |
| A lightweight solution for running code concurrently in PHP |
| DNS-OARC/flamethrower |
293 |
|
0 |
0 |
over 2 years ago |
0 |
|
23 |
apache-2.0 |
C++ |
| a DNS performance and functional testing utility supporting UDP, TCP, DoT and DoH |
| steveyen/gkvlite |
240 |
|
2 |
2 |
about 7 years ago |
1 |
November 17, 2014 |
8 |
mit |
Go |
| Simple, ordered, key-value persistence library for the Go Language |
| zhangyunhao116/skipset |
202 |
|
0 |
1 |
about 3 years ago |
37 |
October 08, 2022 |
1 |
mit |
Go |
| skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern. |
| microsoft/Armada |
136 |
|
0 |
0 |
about 2 years ago |
0 |
|
16 |
other |
C# |
| Armada is a tool for writing, and proving correct, high-performance concurrent programs. |
| zhangyunhao116/skipmap |
136 |
|
24 |
31 |
over 2 years ago |
21 |
October 24, 2022 |
4 |
mit |
Go |
| skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern. |