An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with multi-threading

A curated list of projects in awesome lists tagged with multi-threading .

https://github.com/confettifx/the-forge

The Forge Cross-Platform Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2

android directx directx12 ios linux linux-ubuntu macos metal multi-gpu multi-threading ps4 ps5 ray-tracing shader-translator shaders visibility-buffer vulkan vulkan-api vulkan-sdk xbox

Last synced: 13 May 2025

https://github.com/ConfettiFX/The-Forge

The Forge Cross-Platform Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2

android directx directx12 ios linux linux-ubuntu macos metal multi-gpu multi-threading ps4 ps5 ray-tracing shader-translator shaders visibility-buffer vulkan vulkan-api vulkan-sdk xbox

Last synced: 15 Mar 2025

https://github.com/xianhu/pspider

简单易用的Python爬虫框架,QQ交流群:597510560

crawler multi-threading multiprocessing proxies python python-spider spider web-crawler web-spider

Last synced: 15 May 2025

https://github.com/xianhu/PSpider

简单易用的Python爬虫框架,QQ交流群:597510560

crawler multi-threading multiprocessing proxies python python-spider spider web-crawler web-spider

Last synced: 25 Mar 2025

https://github.com/piskvorky/sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.

data-store multi-threading python sqlite

Last synced: 12 Dec 2025

https://github.com/mtrebi/thread-pool

Thread pool implementation using c++11 threads

concurrency futures multi-threading thread-pool threads

Last synced: 16 May 2025

https://github.com/simdsoft/yasio

A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client applications.

android apple asio cpp11 cpp14 cpp17 ios ipv6 js-bindings kcp linux lua-bindings multi-threading socket ssl tcp udp unity3d unrealengine yasio

Last synced: 08 Oct 2025

https://github.com/ringo/ringojs

RingoJS is a JavaScript platform built on the JVM and optimized for server-side applications.

java javascript jvm multi-threading rhino ringojs runtime

Last synced: 16 May 2025

https://github.com/saidsikira/Overdrive

⚡️ Fast async task based Swift framework with focus on type safety, concurrency and multi threading

concurrency multi-threading swift thread-safety

Last synced: 30 Jul 2025

https://github.com/koide3/small_gicp

Efficient and parallel algorithms for point cloud registration [C++, Python]

cpp icp multi-threading open3d pcl point-cloud-regstration pointcloud python registration scan-matching

Last synced: 16 May 2025

https://github.com/bloomberg/quantum

Powerful multi-threaded coroutine dispatcher and parallel execution engine

boost coroutines cpp multi-threading parallel

Last synced: 13 Apr 2025

https://github.com/VioletGiraffe/file-commander

Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux

c-plus-plus cpp file-browser file-manager linux macos multi-threading qt windows

Last synced: 17 Apr 2025

https://github.com/maratyszcza/pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++

multi-core multi-threading pthreads threadpool

Last synced: 20 Sep 2025

https://github.com/Maratyszcza/pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++

multi-core multi-threading pthreads threadpool

Last synced: 20 Mar 2025

https://github.com/WebwareForPython/DBUtils

Database connections for multi-threaded environments

connection-pool database multi-threaded-environments multi-threading postgresql python

Last synced: 15 May 2025

https://github.com/webwareforpython/dbutils

Database connections for multi-threaded environments

connection-pool database multi-threaded-environments multi-threading postgresql python

Last synced: 14 May 2025

https://github.com/xdavidhu/portspider

🕷 A lightning fast multithreaded network scanner framework with modules.

multi-threading networking portscan python scanner spider

Last synced: 02 Apr 2025

https://github.com/xdavidhu/portSpider

🕷 A lightning fast multithreaded network scanner framework with modules.

multi-threading networking portscan python scanner spider

Last synced: 13 Mar 2025

https://github.com/kong36088/ZhihuSpider

多线程知乎用户爬虫,基于python3

crawler multi-threading python python3 spider zhihu

Last synced: 19 Jul 2025

https://github.com/the-c0d3r/admin-finder

Blazing fast admin panel finder with asyncio and aiohttp

admin-panel-finder multi-threading scanner

Last synced: 25 Dec 2025

https://github.com/shawnscode/crayon

A small, portable and extensible game framework written in Rust.

entity-component game-engine multi-threading rust

Last synced: 05 Apr 2025

https://github.com/nxrighthere/Smmalloc-CSharp

Blazing fast memory allocator designed for video games meets .NET

dotnet gamedev high-performance interop memory-allocator multi-threading

Last synced: 31 Mar 2025

https://github.com/tmthyjames/SQLCell

SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.

hacktoberfest inline-editing ipython ipython-magic ipython-notebook jupyter jupyter-notebook jupyterlab multi-threading postgres postgresql python sql

Last synced: 12 Apr 2025

https://github.com/tmthyjames/sqlcell

SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.

hacktoberfest inline-editing ipython ipython-magic ipython-notebook jupyter jupyter-notebook jupyterlab multi-threading postgres postgresql python sql

Last synced: 09 Apr 2025

https://github.com/raydac/zxpoly

a multi-CPU ZX-Spectrum 128 concept platform

emulator java multi-threading spec256 z80-emulator zx-poly zx-spectrum

Last synced: 22 Jul 2025

https://github.com/elmassimo/request_store_rails

📦 Per-request global storage for Rails prepared for multi-threaded apps

global-variables multi-threading rails ruby

Last synced: 06 Apr 2025

https://github.com/ElMassimo/request_store_rails

📦 Per-request global storage for Rails prepared for multi-threaded apps

global-variables multi-threading rails ruby

Last synced: 16 Jul 2025

https://github.com/keyu-tian/cpp-gomoku-with-ai

C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!

alpha-beta-pruning bitwise-operators gobang heuristic-search minmax-algorithm multi-threading qt qt5-gui

Last synced: 23 Apr 2025

https://github.com/duncan3dc/fork-helper

A PHP helper to fork processes and allow multi-threading

fork multi-threading php

Last synced: 05 Apr 2025

https://github.com/runlyio/core-dotnet

Multi-threaded batch processing and background jobs for .NET Core

background-jobs batch-processing job-queue job-scheduler multi-threading

Last synced: 14 Aug 2025

https://github.com/xros/jsonpyes

The tool which imports raw JSON to ElasticSearch in one line of commands

algorithm cross-platform elasticsearch json-data multi-threading python

Last synced: 14 Apr 2025

https://github.com/hijkzzz/web-server

A Web Server designed with Reactor I/O Model

cpp http-server multi-threading reactor

Last synced: 01 May 2025

https://github.com/giorgiomarcias/glfwm

GLFW Manager - C++ wrapper with multi-threading

event-handling glfw gui multi-threading window-manager

Last synced: 15 Apr 2025

https://github.com/zzw922cn/tensorflow-input-pipeline

TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue

fifo-queue input-pipeline large-dataset mini-batch multi-threading small-dataset tensorflow tfrecords

Last synced: 26 Apr 2025

https://github.com/zajo/synapse

Non-intrusive C++ signal programming library

callback cpp11 multi-threading synapse

Last synced: 06 May 2025

https://github.com/jborgers/pmd-jpinpoint-rules

PMD rule set for responsible Java and Kotlin coding: performance, sustainability, multi-threading, data mixup and more.

concurrency data-mixup java kotlin multi-threading performance pmd pmd-plugin quality-assurance ruleset static-code-analysis sustainability

Last synced: 08 Jul 2025

https://github.com/jonelo/jacksum

A hash utility, est. 2002, FLOSS. 489 hash functions, HMAC support, cross platform, feature-rich, multi threaded. CLI and API. Recursive hashing, predefined and customizable formats, verify data integrity and find ok/failed/missing/new files, find files by their hashes, find the hash function to a hash. GUI provided by HashGarten.

checksums crc crc-finder hash hash-finder hash-functions hashing-algorithms hmac integrity-checker integrity-tool jacksum java linux macos message-digest multi-threading sha256 sha3 skein windows

Last synced: 22 Aug 2025

https://github.com/LaKraven/ADAPT

Advanced Developer Async Programming Toolkit

async clustering event framework game-engine multi-threading precision

Last synced: 15 Mar 2025

https://github.com/tzcnt/toomanycooks

C++20 thread pool / tasking library / coroutine runtime with no compromises. Excellent performance, powerful features, and simple syntax.

concurrency coroutines cpp cpp20 lock-free multi-threading multithreading parallel task-graph tasking threadpool wait-free work-stealing

Last synced: 02 Feb 2026

https://github.com/endurodave/stdworkerthread

C++ std::thread Event Loop with Message Queue and Timer

cpp cross-platform event-loop linux multi-threading std-thread stl windows

Last synced: 15 Sep 2025

https://github.com/2b-t/lb-t

Multi-threaded object-oriented computational fluid dynamics (CFD) code for three-dimensional incompressible fluid flow on a regular grid with the incompressible lattice-Boltzmann method (LBM) for general lattices (D2Q9, D3Q15, D3Q19, D3Q27, ...) with A-A pattern for indexing - programmed in C++17, multi-threaded with OpenMP

3d aa-pattern bgk cfd computational-fluid-dynamics d3q19 d3q27 fluid fluid-dynamics fluid-simulation high-performance-computing hpc incompressible incompressible-flow lattice-boltzmann lbm multi-threading openmp three-dimensional trt

Last synced: 13 Jul 2025

https://github.com/mellowcandle/liblist

Generic Linked list Management Library in C

c datastructures linked-list list multi-threading queue

Last synced: 25 Dec 2025

https://github.com/the-c0d3r/pynmap

A serious attempt to implement multi-threading to nmap module, which would result in faster scanning speed. I know that one can write NSE scripts for multi-threaded scanning with it, but I wanted to try it on python.

multi-threading nmap python scanner

Last synced: 25 Dec 2025

https://github.com/xPaw/Crimp.php

⚡ A simple multi curl implementation, optimized for high concurrency.

concurrency curl multi-threading php

Last synced: 09 Jul 2025

https://github.com/xpaw/crimp.php

⚡ A simple multi curl implementation, optimized for high concurrency.

concurrency curl multi-threading php

Last synced: 19 Oct 2025

https://github.com/motterbine/simpleobdii

OBDII Application written as a Visual Studio MAUI solution targeting Windows and Android

android automotive bluetooth elm327 maui maui-app multi-threading mvvm-architecture obdii task-management task-queues tasks tcp-ip uwp uwp-serial windows-serial

Last synced: 04 Oct 2025

https://github.com/wrayjustin/yaids

YAIDS - Yara-Based IDS - Yara as an Intrusion Detection System / Yet Another Intrusion Detection System - An Intrusion Detection System (IDS) utilizing Yara and multi-threading

intrusion-detection libpcap libyara multi-threading network-analysis pcap yara

Last synced: 05 May 2025

https://github.com/mathigon/boost.js

DOM, events and animations library for modern browsers.

animations dom events multi-threading typescript

Last synced: 29 Oct 2025

https://github.com/aurelio-amerio/mandelbrot.jl

Julia library to compute and plot nice and colorful Mandelbrot Fractals. Uses multi-threading and GPU.

fractals gpu gpu-acceleration julia julia-language mandelbrot mandelbrot-fractal multi-threading

Last synced: 28 Apr 2025

https://github.com/paintdream/iris

Iris is an extensible asynchronous header-only framework written in pure modern C++, including a M:N task scheduler (with coroutine support for C++ 20 optionally) and an advanced DAG-based task dispatcher.

coroutines dag lua luabinding multi-threading thread-pool

Last synced: 08 Jan 2026

https://github.com/cggos/hpc

High-Performance Computing: CPU Instructions, GPU OpenCL & CUDA, etc. :sunny:

cuda heterogeneous-parallel-programming multi-threading neon opencl openmp simd sse

Last synced: 21 Mar 2025

https://github.com/houarizegai/atmsimulator

Used the notion of threads and parallelism to make a ATM Simulator.

atm atm-simulator multi-threading parallelism semaphore simulator thread

Last synced: 10 Apr 2025

https://github.com/tsak/concurrent-csv-writer

Thread-safe concurrent CSV writer for Go

csv-writer go golang multi-threading thread-safe

Last synced: 17 Jan 2026

https://github.com/shubh2-0/runnable_vs._callable

This GitHub repository explores Runnable and Callable interfaces in Java. It provides examples and code implementations to demonstrate their usage in concurrent programming. Learn the differences and when to use each interface. Enhance your understanding of these Java interfaces.

callable interfaces java java-8 multi-threading runnable threading

Last synced: 24 Oct 2025

https://github.com/moduscreateorg/network-rgb-matrix-display

A library for helping drive large arrays of RGB Matrices with Raspberry Pis

boost-asio cmake cplusplus cpp example-project iot iot-application maker multi-threading raspberry-pi rgb-led rgb-matrix

Last synced: 07 Sep 2025

https://github.com/johnnymillergh/media-streaming

Media Streaming, a Spring Boot Starter project, which makes media streaming easier in your Spring Boot based project.

concurrency file-watcher media-streaming multi-threading reactive spring-boot spring-boot-starter thread-pool video-streaming webflux

Last synced: 14 Jan 2026

https://github.com/suconghou/netdisk

download tool & baidu netdisk

downloader golang multi-threading proxy

Last synced: 07 Apr 2025

https://github.com/laugharne/select0r

Selector value optimizer, find better EVM function name to optimize Gas cost. Solidity functions can achieve higher efficiency when their function selector consists mainly of zeros.

abi contracts function-dispatcher gas keccak keccak-256 keccak256 multi-threading optimization rust rust-lang smart-contracts solidity solidity-contracts zeros

Last synced: 10 Aug 2025

https://github.com/horizon-blue/hermes

A multi-user text editor written in C++ using curses - UIUC CS 296-41 honor project

cplusplus linux multi-threading ncurses online socket text-editor

Last synced: 08 Apr 2025

https://github.com/rajagopal28/simple-web-crawler

Java based web-crawler program which makes use of pool based multi-threading, simple UI with Swing and jsoup to nested web crawling

async concurrency crawler-application functional-interfaces future-tasks java java-8 jsoup jtree maven mockito multi-threading powermockito stub swing tdd thread-pool web-crawler wiremock worker-threads

Last synced: 13 Apr 2025

https://github.com/endurodave/asynccallback

C++ Asynchronous Multicast Callbacks

asynchronous-programming callbacks cpp multi-threading

Last synced: 10 Oct 2025

https://github.com/hosseinmoein/bobcat

3 different C++, multi-threaded queues including a lock-free one

circular-queue cpp cpp-11 cpp11 lock-free lockfree multi-threading multithreaded queue

Last synced: 14 Sep 2025

https://github.com/molovo/herd

A simple module to help with running multi-threaded processes in Crystal

crystal multi-threading multithreading

Last synced: 29 Oct 2025

https://github.com/rofl0r/pyhttpd

simple, tiny, multithreaded single-file http server without dependencies other than python2

file-sharing http-server httpd macros multi-threading no-dependencies python simple simple-http-server single-file stand-alone tiny web-application-server

Last synced: 20 Jul 2025

https://github.com/a3onn/mapptth

A simple to use multi-threaded web-crawler written in C with libcURL and Lexbor.

c cmake gplv3 graphviz lexbor libcurl multi-threading robots-txt sitemap web-crawler

Last synced: 12 Apr 2025

https://github.com/sdroege/send-cell

Immutable memory region with runtime Send checking

concurrency multi-threading rust

Last synced: 13 May 2025

https://github.com/flavienbwk/grpc-multiprocessing-streaming

Python implementation of a multi-processed gRPC client/server with streaming capabilities.

docker grpc multi-processing multi-threading python streaming

Last synced: 07 May 2025

https://github.com/lecousin/java-framework-core

Java multi-threading and asynchronous programming framework, flexible IO model with asynchronous operations

asynchronous-io asynchronous-programming asynchronous-tasks flexible-io multi-threading

Last synced: 29 Jul 2025

https://github.com/nytamin/threadedclass

Fork instances of classes with one line of code, all while retaining the types of the class.

asynchronous hacktoberfest multi-threading multithreading sofie thread

Last synced: 30 Oct 2025

https://github.com/elhamkhan859/ultimate-torrent-scrapper-public

Ultimate Torrent Scraper is a powerful and comprehensive torrent search application built with Python and Tkinter. This desktop app allows users to search for torrents across multiple popular torrent websites simultaneously, providing a unified interface for efficient torrent discovery.

1337x bit-che bitche desktop-application fastapi file-sharing gui-application magnet-links multi-site-search multi-threading pirate-bay python tkinter torlock torrent-aggregator torrent-scraper torrent-search web-scraping yts zooqle

Last synced: 23 Oct 2025

https://github.com/TuxCoding/GopherProxyChecker

Checks socks (socket 4/5) proxies from popular proxy lists.

multi-threading proxies proxy-checker socks

Last synced: 22 Mar 2025

https://github.com/intuit/treeifytask

Dotnet component that enables us to structure asynchronous tasks in a Hierarchy. That calculates overall progress, allows caller to start the execution of child tasks in concurrent or serial fashion.

concurrency hier hierachical-task-management multi-threading series-execution syncawait task-management tasktree

Last synced: 21 Jun 2025