#
thread-pool
Here are 394 public repositories matching this topic...
java
middleware
framework
async
executor
threadsafe
asynchronous
thread
distributed
context
apm
tracing
thread-pool
dapper
threadlocal
transmittable
distributed-tracing
transmittable-thread-local
fork-join-pool
async-context
-
Updated
Aug 16, 2021 - Java
A C++ High Performance Web Server
-
Updated
Mar 3, 2020 - C++
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
http
mqtt
json
queue
aio
xml
websocket
coroutines
icmp
redis-client
mime
thread-pool
net
memcached-clients
smtp-client
beanstalk
dbpool
handlersocket
server-framework
-
Updated
Aug 19, 2021 - C
nodejs
javascript
typescript
web-worker
multithreading
thread-pool
worker-pool
worker-threads
isomorphic-javascript
-
Updated
Aug 1, 2021 - TypeScript
A hybrid thread / fiber task scheduler written in C++ 11
scheduler
fibers
tasks
task-runner
thread-pool
task-scheduler
threads
coroutine-library
coroutine
fiber-task-scheduler
-
Updated
Aug 18, 2021 - C++
c
hashing
cli
helper
time
cross-platform
math
cpp
timer
coroutines
tar
header-only
threading
thread-pool
memory-management
zpl
memory-allocation
csv-parser
streaming-data
json5-parser
-
Updated
Jun 1, 2021 - C
-
Updated
Feb 14, 2019 - Java
Tool for automating customized attacks against web applications. Fully made in C language with pthreads, it has fast performance.
-
Updated
Apr 25, 2021 - C
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
serverless
worker
thread
concurrency
parallel
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Aug 15, 2021 - JavaScript
Java 并发编程知识梳理以及常见处理模式 features and patterns
-
Updated
Jul 7, 2019 - Java
Thread pool implementation using c++11 threads
-
Updated
Aug 14, 2021 - C++
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
-
Updated
Jun 21, 2017 - C++
A very simple thread pool for parallel task execution
-
Updated
Jan 28, 2021 - Rust
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
executor
asynchronous
high-performance
scheduler
concurrency
recurring-tasks
threading
thread-pool
priority-scheduler
priority-tasks
-
Updated
Feb 9, 2021 - Java
Java Concurrency/Multithreading Tutorial with Examples for Dummies
java
synchronization
executor
thread
concurrency
lock
multithreading
java8
thread-pool
future
runnable
callable
executor-service
java-concurrency
-
Updated
Jul 10, 2021 - Java
A C++17 thread pool for high-performance scientific computing.
multi-threading
cplusplus
cpp
multithreading
scientific-computing
thread-pool
easy-to-use
cpp17
threadpool
cplusplus-17
-
Updated
Aug 15, 2021 - C++
A modern header-only C++ library that provides platform-independent utilities.
cpp
process
thread-pool
cpp17
utility-library
named-pipes
pipes
mutex
shared-library
semaphores
cpp20
named-mutex
-
Updated
May 22, 2021 - C++
A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang.
c
http
json
framework
base64
interpreter
algorithms
websocket
multiprocessing
regular-expression
multithreading
md5
data-structures
melon
thread-pool
sha1
sha256
reedsolomon
memory-pool
cipher-algorithms
-
Updated
Aug 17, 2021 - C
一个java版本的分布式的通用爬虫,可以插拔各个组件(提供默认的)
-
Updated
Jul 7, 2018 - Java
Execution primitives for C++
-
Updated
May 26, 2020 - C++
A fastest, exception-safety and pure C++17 thread pool.
-
Updated
Jul 29, 2019 - C++
干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码
-
Updated
May 21, 2019 - Java
A spider on Dcard. Strong and speedy.
-
Updated
Nov 27, 2018 - Python
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
cpp
parallel-computing
concurrent-programming
asynchronous-programming
thread-pool
cpp17
taskparallelism
multicore-programming
stop-token
parallel-computation
-
Updated
May 5, 2021 - C++
multi-threading
parallel-computing
web-worker
priority-queue
thread-pool
child-process
hacktoberfest
performance-boost
worker-pool
queue-workers
highly-parallelized-algorithm
queue-tasks
jankfree
-
Updated
Nov 16, 2019 - JavaScript
Improve this page
Add a description, image, and links to the thread-pool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thread-pool topic, visit your repo's landing page and select "manage topics."
We have Bitmap image saving function
void Save( const std::string & path, const penguinV::Image & image, uint32_t startX, uint32_t startY, uint32_t width, uint32_t height )
which locates in src/file/bmp_image.h and src/file/bmp_image.cpp files.During file saving we purposely copy a line of image to temporary array and then write the array into file. The reason behind this is that