gongyiling / FHashTableLinks
a highly cache-friendly hash table
☆45Updated 3 years ago
Alternatives and similar repositories for FHashTable
Users that are interested in FHashTable are comparing it to the libraries listed below
Sorting:
- ☆77Updated 2 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆112Updated last year
- network library based on io_uring and C++20 coroutine☆107Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆274Updated 3 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆79Updated last year
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆30Updated 2 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆62Updated 5 years ago
- 《The Art of Writing Efficient Programs》的非专业个人翻译☆93Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- Hiactor is a distributed C++ actor framework.☆114Updated last year
- High performance HTTP server built on C++20 coroutines and io_uring☆169Updated last year
- This is part of the zeus library, just for sharing and funny.☆35Updated 2 years ago
- Chinese version for Agner Fog's optimizing series☆83Updated 6 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 4 years ago
- C++ utilities☆55Updated 5 months ago
- There is my code snippet.☆120Updated 2 weeks ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆53Updated 8 months ago
- Presentation and code for C++ Summit (China) 2020☆40Updated 4 years ago
- ☆160Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆106Updated last year
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- 公众号[树屋编程]相关文章的代码