thread-pool
Here are 317 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Kotlin
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
-
Updated
Aug 25, 2020 - C
-
Updated
Aug 25, 2020 - TypeScript
A hybrid thread / fiber task scheduler written in C++ 11
-
Updated
Jul 31, 2020 - C++
-
Updated
Feb 14, 2019 - Java
100% Vanilla Javascript Multithreading & Parallel Execution Library
-
Updated
Aug 30, 2020 - JavaScript
Java 并发编程知识梳理以及常见处理模式 features and patterns
-
Updated
Jul 7, 2019 - Java
Thread pool implementation using c++11 threads
-
Updated
May 23, 2020 - C++
A very simple thread pool for parallel task execution
-
Updated
Aug 20, 2020 - Rust
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
-
Updated
Jun 21, 2017 - C++
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
-
Updated
Jul 4, 2020 - Java
一个java版本的分布式的通用爬虫,可以插拔各个组件(提供默认的)
-
Updated
Jul 7, 2018 - Java
Java Concurrency/Multithreading Tutorial with Examples for Dummies
-
Updated
Mar 28, 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
-
Updated
Nov 16, 2019 - JavaScript
A spider on Dcard. Strong and speedy.
-
Updated
Nov 27, 2018 - Python
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
-
Updated
Jun 3, 2018 - C
Thread pool using std::* primitives from C++17, with optional priority queue/greenthreading for POSIX.
-
Updated
Aug 12, 2019 - C++
vangav open source - backend; a backend generator (generates more than 90% of the code needed for big scale backend services)
-
Updated
Feb 15, 2020 - Java
A C++14 Task Manager / Scheduler
-
Updated
May 29, 2018 - C++
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