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

Projects in Awesome Lists tagged with multi-thread

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

https://github.com/greg7mdp/parallel-hashmap

A family of header-only, very fast and memory-friendly hashmap and btree containers.

concurrency hash hash-container memory-footprint multi-thread parallel parallel-programming tables unordered-map unordered-set

Last synced: 13 May 2025

https://github.com/kraken-php/framework

Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.

async async-library asynchronous fault-tolerance microservices multi-process multi-thread php service-oriented stream supervision

Last synced: 13 Jan 2026

https://github.com/ihciah/go-shadowsocks-magic

A shadowsocks implementation in golang with Multi-connection Acceleration

multi-connection multi-thread shadowsocks

Last synced: 23 Oct 2025

https://github.com/junixapp/okhttpdownloader

a multi-thread downloader for okhttp!

multi-thread multi-thread-download okhttp

Last synced: 14 May 2025

https://github.com/yuki-koyama/parallel-util

Simple header-only implementation of "parallel_for" and "parallel_map" for C++11

multi-thread parallel-for parallel-map

Last synced: 23 Mar 2025

https://github.com/maxdemarzi/power_grid

Multi-Thread a Traversal to find the energization status of a power grid

multi-thread neo4j neo4j-database neo4j-server traversal

Last synced: 26 Jul 2025

https://github.com/luigifab/redmine-apijs

JavaScript pop-ups and slideshow for Redmine. Image processing with Pillow, including support for animated images.

animated-gif animated-png animated-webp debian-packages es5 gem i18n multi-thread open-source pillow redmine redmine-plugin ubuntu-packages vanilla-js

Last synced: 12 May 2025

https://github.com/nashory/loader-torch

An Multi-threaded Data Loader Module for Torch.

data dataloader loader module multi-thread preprocessing toolbox torch

Last synced: 14 May 2025

https://github.com/xiangpenghao/shumai

Shumai is a rust benchmark framework that empowers efficient and correct multi-thread benchmarks.

benchmark multi-thread reproducible rust

Last synced: 18 Oct 2025

https://github.com/francescmm/benchmarktool

C++ library that tracks the time it takes a function to run. It creates a calling tree.

benchmark cpp cpp17 multi-thread

Last synced: 15 Jun 2025

https://github.com/fibjs-modules/cluster-server

Start a multi-thread server to take advantage of multi-core systems.

cluster fibjs multi-thread server

Last synced: 01 May 2025

https://github.com/luigifab/openmage-minifier

A module to minify and merge CSS/JS files for OpenMage.

es5 i18n magento magento-module multi-thread open-source openmage openmage-module php7 php8 vanilla-js

Last synced: 09 Apr 2025

https://github.com/otamajakusi/riscv-step-by-step

RISC-V kernel step-by-step implmenetation

c condition-variable kernel multi-process multi-thread mutex risc-v

Last synced: 14 Jun 2025

https://github.com/suconghou/fastloadjs

multi-thread webrtc downloader and dash play engine

dash multi-thread p2p p2p-media-loader p2p-network player video-streaming webrtc

Last synced: 01 Sep 2025

https://github.com/luigifab/openmage-maillog

A module to show history of emails sent and to sync customers with Emarsys and Mautic for OpenMage.

emarsys-api es5 i18n magento magento-module mailcatcher mautic-api multi-thread open-source openmage openmage-module php7 php8 smtp vanilla-js

Last synced: 08 Aug 2025

https://github.com/davimateus1/trabalhoso

Trabalho realizado na cadeira de Sistemas Operacionais no 5° Periodo, consiste em uma aplicação que mostra a comparação entre o uso de uma thread com várias threads

concurrent-programming java multi-thread single-thread

Last synced: 10 Oct 2025

https://github.com/luigifab/openmage-apijs

JavaScript pop-ups and slideshow for OpenMage. Image processing with Pillow, including support for animated images.

animated-gif animated-png animated-webp es5 i18n magento magento-module multi-thread open-source openmage openmage-module php7 php8 pillow vanilla-js

Last synced: 08 Aug 2025

https://github.com/hoangthanhlamm/multithread_parallel_processing

Library support parallel processing with multi-thread

multi-thread multiple-jobs parallel-processing python

Last synced: 16 Jan 2026

https://github.com/sminerport/followequalizer

A Python-based tool built with PyQt to manage your GitHub followers and starred repositories, offering automated exception management, multi-threading, and real-time cache handling for faster operations.

automation exception-management github github-api multi-thread multi-threaded multi-threading pyqt pyqt5 pyqt5-desktop-application pyqt5-gui python repositories repositories-manager unstar

Last synced: 15 Jun 2025

https://github.com/donggeon0908/reduce-api-latency

This repository offers resources for reducing latency through techniques, source code, and tutorials. Ideal for developers and engineers interested in optimizing network, computing, and data processing for real-world applications.

cache coroutines kotlin multi-thread mvc non-blocking spring webflux

Last synced: 04 May 2025

https://github.com/maojianwei/mao_protocol_stack

C++ network protocol stack, with SOCK_RAW & multi-thread support

multi-thread network-protocol protocol-stack pthread raw-sockets

Last synced: 17 Jul 2025

https://github.com/meokullu/calculateeta

Calculate left time to finish iteration.

eta iterations left-time loops multi-thread single-thread time time-estimation

Last synced: 08 May 2025

https://github.com/bardifarsi/blockingqueue

The BlockQueue pattern is a thread-safe queue implementation that allows multiple threads to push and pop elements concurrently. It provides synchronized access to the underlying queue, ensuring that no data race occurs between threads.

containers cpp cpp20 generic-programming multi-thread multi-threaded multi-threading multi-threads multiprocessing multithread multithreaded multithreading parallel-computing parallel-programming queue queues thread threading

Last synced: 31 Dec 2025

https://github.com/shuakami/mcp-download

📥 MCP Download Tool - AI-powered file download manager | 基于 MCP 的智能下载管理工具

ai-powered concurrent-download download-manager download-tool file-downloader mcp model-context-protocol multi-thread nodejs typescript

Last synced: 22 Mar 2025

https://github.com/bmycheez/fastdemo

Video Denoising Toy Test in NVIDIA Jetson Orin NX with multi-threading (2024)

cmake cmakelists cpp multi-thread python python3 single-thread

Last synced: 11 Aug 2025

https://github.com/BardiFarsi/BlockingQueue

The BlockQueue pattern is a thread-safe queue implementation that allows multiple threads to push and pop elements concurrently. It provides synchronized access to the underlying queue, ensuring that no data race occurs between threads.

containers cpp cpp20 generic-programming multi-thread multi-threaded multi-threading multi-threads multiprocessing multithread multithreaded multithreading parallel-computing parallel-programming queue queues thread threading

Last synced: 19 Apr 2025

https://github.com/BardiFarsi/SingleTon

This repository contains an implementation of the Singleton Lazy Initialization design pattern in C++20. The Singleton pattern ensures that a class has only one instance and provides a global point of access to that instance.

concurrency concurrent-programming cpp cpp17 cpp20 lazy-init lazy-initialization lazyinitializationexception multi-thread multi-threaded multi-threading multi-threads multiprocessing multithreaded multithreading object-oriented-programming parallel-computing parallel-programming singleton singleton-pattern

Last synced: 19 Apr 2025

https://github.com/y10k/riser

RISER is a library of Ruby Infrastructure for cooperative multi-thread/multi-process SERver

gem library multi-process multi-thread ruby rubygem server

Last synced: 25 Mar 2025

https://github.com/appilot123/soundcloud-humanized-streaming-bot

SoundCloud streaming bot built in BAS that mimics human behavior using proxy rotation, fingerprint spoofing, and multi-threaded control to safely boost track plays.

account-farm browser-automation-studio fingerprint-spoofing javascript-automation multi-thread multithreadedbot music-bot proxy-rotation soundcloud stealth-automation streaming-bot

Last synced: 04 Jul 2025

https://github.com/bardifarsi/singleton

This repository contains an implementation of the Singleton Lazy Initialization design pattern in C++20. The Singleton pattern ensures that a class has only one instance and provides a global point of access to that instance.

concurrency concurrent-programming cpp cpp17 cpp20 lazy-init lazy-initialization lazyinitializationexception multi-thread multi-threaded multi-threading multi-threads multiprocessing multithreaded multithreading object-oriented-programming parallel-computing parallel-programming singleton singleton-pattern

Last synced: 14 Oct 2025