All Projects → xhjcehust → LFTPool

xhjcehust / LFTPool

Licence: other
Lock-Free Thread Pool

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to LFTPool

async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-63.77%)
Mutual labels:  thread-pool, lock-free
leek
Distributed task redisqueue(最简单python分布式函数调度框架)
Stars: ✭ 60 (-13.04%)
Mutual labels:  thread-pool
dcard-spider
A spider on Dcard. Strong and speedy.
Stars: ✭ 91 (+31.88%)
Mutual labels:  thread-pool
zedis
A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled
Stars: ✭ 33 (-52.17%)
Mutual labels:  lock-free
torequests
Async wrapper for requests / aiohttp, and some crawler toolkits. Let synchronization code enjoy the performance of asynchronous programming.
Stars: ✭ 22 (-68.12%)
Mutual labels:  thread-pool
penguinV
Simple and fast C++ image processing library with focus on heterogeneous systems
Stars: ✭ 110 (+59.42%)
Mutual labels:  thread-pool
mvThreadPool
An easy to use C++ Thread Pool
Stars: ✭ 30 (-56.52%)
Mutual labels:  thread-pool
gdax-orderbook-hpp
An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.
Stars: ✭ 38 (-44.93%)
Mutual labels:  lock-free
lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Stars: ✭ 104 (+50.72%)
Mutual labels:  lock-free
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+1411.59%)
Mutual labels:  thread-pool
Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
Stars: ✭ 93 (+34.78%)
Mutual labels:  thread-pool
ParallelQSlim
Shape Aware Parallel Mesh Simplification Algorithm
Stars: ✭ 84 (+21.74%)
Mutual labels:  thread-pool
akali
C++ Common Library for Windows, Linux.
Stars: ✭ 34 (-50.72%)
Mutual labels:  thread-pool
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+179.71%)
Mutual labels:  thread-pool
util
封装了一些Java常用的功能
Stars: ✭ 19 (-72.46%)
Mutual labels:  thread-pool
lockfree
⚡️ lock-free utilities in Go
Stars: ✭ 109 (+57.97%)
Mutual labels:  lock-free
goethe
Threading and Caching Utilities for golang
Stars: ✭ 30 (-56.52%)
Mutual labels:  thread-pool
lock-free-queue
CN-CppUserGroup-2019-1,lock-free queue demo
Stars: ✭ 58 (-15.94%)
Mutual labels:  lock-free
java-sdk
一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,Jvm监控等)
Stars: ✭ 26 (-62.32%)
Mutual labels:  thread-pool
fcgi-function
A cross-platform module to writing C/C++ service for nginx.
Stars: ✭ 33 (-52.17%)
Mutual labels:  lock-free

What is LFTPool?

LFTPool is abbreviation of Lock-Free Thread Pool. It is built without any lock and it can be compiled and used on ubuntu 3.11.3. It is as simple as:

$ make

Then you will get an executable file named testtpool.

For more informations, see http://blog.csdn.net/xhjcehust/article/details/45844901.

contact

For any question, just contact me at any time.

mailto: [email protected]

Any suggestion is welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].