Multithreading support for Lua
-
Updated
Jul 2, 2023 - C++
Multithreading support for Lua
Multi-threaded Large-Scale RMAT Graph Generator.
Climate science package for Julia
SafeStream: atomic and safe manipulation with files via native PHP functions.
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.
Observer pattern and signals/slots for C++11 projects
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
Just a little playground, to test and try the benefits of Running Calculations on CPU or GPU with multiple threads.
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.
A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data
UCTask.Worker is a library that simplifies the use of multiple threads and tasks in in .Net and .Net Core applications.
a crawler using python threading for fun
High Performance Computing,distributed,concurrent and parallel programming in Python (Numpy/Scipy & Cython)
School project Merge-Sort using multiple threads
This is an exercise on java about how to use multiple threads to write into a file.
Fast Gauss elimination based on SIMD and multiple threads
A c++ unordered_map alternative for small integral keys
Implementation of Forward Automatic Differentiation of Real Valued Functions with multiple threads
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.
Add a description, image, and links to the multiple-threads topic page so that developers can more easily learn about it.
To associate your repository with the multiple-threads topic, visit your repo's landing page and select "manage topics."