multiple-threads
There are 26 repositories under multiple-threads topic.
effil/effil
Multithreading support for Lua
farkhor/PaRMAT
Multi-threaded Large-Scale RMAT Graph Generator.
JuliaClimate/ClimateTools.jl
Climate science package for Julia
nette/safe-stream
SafeStream: atomic and safe manipulation with files via native PHP functions.
vany0114/EF.DbContextFactory
With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifetime.
dacap/observable
Observer pattern and signals/slots for C++11 projects
JoyeBright/OSLab
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
lkno0705/MatrixMultiplication
Just a little playground, to test and try the benefits of Running Calculations on CPU or GPU with multiple threads.
Monksc/MD5PaswordCracker
Given a text file of passwords and choices for each possible character in the password, it will use multiple threads on the cpu and gpu to brute force all possible choices. On my 2015 MacBook Pro it saw 4.5x performance increase with using the gpu and multiple threads on the cpu.
exrook/atomic_box
A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data
urbancoderza/uctask.worker
UCTask.Worker is a library that simplifies the use of multiple threads and tasks in in .Net and .Net Core applications.
10elements/crawler
a crawler using python threading for fun
AndreyKoudr/ThreadedGaussElimination
Fast Gauss elimination based on SIMD and multiple threads
iamlmn/hpc-py
High Performance Computing,distributed,concurrent and parallel programming in Python (Numpy/Scipy & Cython)
kkocdko/UniversalGUI
Universal console app shell
nirnicole/MultiThreaded-MergeSort
School project Merge-Sort using multiple threads
tecompufiv/threaded-text-writer
This is an exercise on java about how to use multiple threads to write into a file.
alexandrempierre/pthread-forward-autodiff
Implementation of Forward Automatic Differentiation of Real Valued Functions with multiple threads
beston123/java-code
算法, 数据结构, 多线程, 缓存, 分布式事务, 一致性协议, RPC等实现
rafael-mindreau/web-worker-poc
A proof-of-concept to demonstrate work distribution on multiple threads using Javascript in the browser
sherwin-dc/cpp-binary-prefix-tree
A c++ unordered_map alternative for small integral keys
Tugu19/Synchronous-Disk-Scheduling
Six disk scheduling algorithms that are synchronous. This means that when an algorithm recieve multiple queue, each string will be done one after another, independently, not simultaneously.
AmrHendy/bulletin-board-system
A news bulletin board system supporting several remote clients to communicate with the server using the sockets and RMI.
d3m0n4l3x/multialex
A multi-thread TCP backdoor programmed in Perl by demonalex in 2004.
Gastd/serialcom
The serialcom library provides accessing serial ports on LINUX systems with real time RTAI compatibility.
shreyanshmohnot/mpmc
Multiple Producer - Multiple Consumer Problem