All Projects → Threadpool → Similar Projects or Alternatives

133 Open source projects that are alternatives of or similar to Threadpool

AtomicKit
Concurrency made simple in Swift.
Stars: ✭ 88 (+175%)
Mutual labels:  thread
CS302-Operating-System
OS course of SUSTech
Stars: ✭ 18 (-43.75%)
Mutual labels:  thread
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (+1515.63%)
Mutual labels:  thread
Pink
A high performance network library
Stars: ✭ 297 (+828.13%)
Mutual labels:  thread
isolate handler
Effortless isolates abstraction layer with support for MethodChannel calls.
Stars: ✭ 29 (-9.37%)
Mutual labels:  thread
Java Study
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
Stars: ✭ 571 (+1684.38%)
Mutual labels:  thread
AsyncUtils
A set of utilities for Asynchronous programming in Unity.
Stars: ✭ 15 (-53.12%)
Mutual labels:  thread
Historyinthreads
Firefox addon: Show browsing history in threads. Search keywords the same way as in Firefox History.
Stars: ✭ 5 (-84.37%)
Mutual labels:  thread
event-worker
A simpler way of dealing with Web Workers
Stars: ✭ 18 (-43.75%)
Mutual labels:  thread
Context Switch
Comparison of Rust async and Linux thread context switch time.
Stars: ✭ 483 (+1409.38%)
Mutual labels:  thread
Java Multi Thread Programming
🏆 《Java多线程编程核心技术》📚(高洪严 著 机械工业出版社) 源码 https://loveincode.github.io/java-multi-thread-programming/
Stars: ✭ 325 (+915.63%)
Mutual labels:  thread
gls
goroutine local storage (use context instead if possible)
Stars: ✭ 52 (+62.5%)
Mutual labels:  thread
Yappi
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.
Stars: ✭ 595 (+1759.38%)
Mutual labels:  thread
Inlineactivityresult
Receive the activity result directly after the startActivityForResult with InlineActivityResult
Stars: ✭ 264 (+725%)
Mutual labels:  thread
Oeasypool
c++11 thread pool
Stars: ✭ 18 (-43.75%)
Mutual labels:  thread
Process
Creation of Dynamic Dedicated WebWorkers, definition of dependencies, promise support.
Stars: ✭ 13 (-59.37%)
Mutual labels:  thread
Javatutorial
Java教程,包括多线程,泛型,反射,IO,容器类,注解
Stars: ✭ 552 (+1625%)
Mutual labels:  thread
tgrid
TypeScript Grid Computing Framework supporting RFC (Remote Function Call)
Stars: ✭ 83 (+159.38%)
Mutual labels:  thread
Mruby Actor
A actor library for distributed mruby
Stars: ✭ 11 (-65.62%)
Mutual labels:  thread
CPU-MEM-monitor
A simple script to log Linux CPU and memory usage (using top or pidstat command) over time and output an Excel- or OpenOfficeCalc-friendly report
Stars: ✭ 41 (+28.13%)
Mutual labels:  thread
Concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
Stars: ✭ 495 (+1446.88%)
Mutual labels:  thread
uniq
A lock-free (multi reader / multi writer) circular buffered queue.
Stars: ✭ 32 (+0%)
Mutual labels:  thread
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (+2275%)
Mutual labels:  thread
go-worker-thread-pool
A visual working example of a Thread Pool pattern, based on a known blog article.
Stars: ✭ 24 (-25%)
Mutual labels:  thread
Ruby.fundamental
📚 Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs
Stars: ✭ 391 (+1121.88%)
Mutual labels:  thread
Alloy Worker
面向事务的高可用 Web Worker 通信框架
Stars: ✭ 349 (+990.63%)
Mutual labels:  thread
haxe-concurrent
A haxelib for basic platform-agnostic concurrency support
Stars: ✭ 69 (+115.63%)
Mutual labels:  thread
Android Startup
🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
Stars: ✭ 635 (+1884.38%)
Mutual labels:  thread
Effil
Multithreading support for Lua
Stars: ✭ 298 (+831.25%)
Mutual labels:  thread
Taskmanager
A simple、 light(only two file)、fast 、powerful 、easy to use 、easy to extend 、 Android Library To Manager your AsyncTask/Thread/CallBack Jobqueue ! 一个超级简单,易用,轻量级,快速的异步任务管理器,类似于AsyncTask,但是比AsyncTask更好用,更易控制,从此不再写Thread ! ^_^
Stars: ✭ 25 (-21.87%)
Mutual labels:  thread
Quicklib
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Stars: ✭ 274 (+756.25%)
Mutual labels:  thread
Grain
grain是一个极简的、组件式的RPC框架,灵活且适合渐进学习,可与任何框架整合。同时包含(系统通用多线程模型与消息通讯 || 多对多关系的分布式锁 || 基于Servlet的HTTP框架 || 基于系统通用多线程模型的Websocket框架 || 支持行级锁的多线程锁 )等组件,按需选择组件,不绑架开发者。
Stars: ✭ 577 (+1703.13%)
Mutual labels:  thread
alveare
🐝 Multi-client, multi-threaded reverse shell handler written in Node.js
Stars: ✭ 68 (+112.5%)
Mutual labels:  thread
Promise
Promise-在Java中以同步的方式异步编程
Stars: ✭ 20 (-37.5%)
Mutual labels:  thread
context-propagation
Propagate snapshots of ThreadLocal values to another thread
Stars: ✭ 15 (-53.12%)
Mutual labels:  thread
Concurrent Programming
🌵《实战java高并发程序设计》源码整理
Stars: ✭ 562 (+1656.25%)
Mutual labels:  thread
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+162.5%)
Mutual labels:  thread
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-43.75%)
Mutual labels:  thread
LockFreeHashTable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
Stars: ✭ 45 (+40.63%)
Mutual labels:  thread
React Native Threads
Create new JS processes for CPU intensive work
Stars: ✭ 527 (+1546.88%)
Mutual labels:  thread
fastthreadpool
An efficient and lightweight thread pool
Stars: ✭ 27 (-15.62%)
Mutual labels:  thread
Thread Loader
Runs the following loaders in a worker pool
Stars: ✭ 945 (+2853.13%)
Mutual labels:  thread
URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (+209.38%)
Mutual labels:  thread
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (+1453.13%)
Mutual labels:  thread
tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+84.38%)
Mutual labels:  thread
Threadandjuc
⭐⭐⭐⭐高并发-高可靠-高性能three-high-import导入系统-高并发多线程进阶
Stars: ✭ 807 (+2421.88%)
Mutual labels:  thread
GeekThread
Android ThreadPool的封装
Stars: ✭ 97 (+203.13%)
Mutual labels:  thread
Greenlet
🦎 Move an async function into its own thread.
Stars: ✭ 4,511 (+13996.88%)
Mutual labels:  thread
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (-9.37%)
Mutual labels:  thread
Atmsimulator
Used the notion of threads and parallelism to make a ATM Simulator.
Stars: ✭ 11 (-65.62%)
Mutual labels:  thread
HiFramework.Unity
Based on component to manage project's core logic and module used in unity3d
Stars: ✭ 22 (-31.25%)
Mutual labels:  thread
Qqzonemood
QQZone mood spider and analysis. QQ空间多线程爬虫和数据挖掘。提供线上服务,扫码登陆即可自动爬取和分析数据,还有网易云年度报告风格的数据展示;使用docker-compose打包程序,方便部署;额外提供QQ空间抽奖小程序。
Stars: ✭ 439 (+1271.88%)
Mutual labels:  thread
ObviousAwait
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
Stars: ✭ 55 (+71.88%)
Mutual labels:  thread
Raftlib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Stars: ✭ 717 (+2140.63%)
Mutual labels:  thread
Taskscheduler
A concise,practical async library for Android project,already was used in million devices
Stars: ✭ 385 (+1103.13%)
Mutual labels:  thread
Autocrawler
Google, Naver multiprocess image web crawler (Selenium)
Stars: ✭ 957 (+2890.63%)
Mutual labels:  thread
Openshift Psap
Example roles and yaml files for performance-sensitive applications running on OpenShift
Stars: ✭ 20 (-37.5%)
Mutual labels:  thread
Swifteventbus
A publish/subscribe EventBus optimized for iOS
Stars: ✭ 937 (+2828.13%)
Mutual labels:  thread
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+2056.25%)
Mutual labels:  thread
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+14518.75%)
Mutual labels:  thread
1-60 of 133 similar projects