multiple-threads

There are 26 repositories under multiple-threads topic.

  • effil/effil

    Multithreading support for Lua

    Language:C++439277147
  • farkhor/PaRMAT

    Multi-threaded Large-Scale RMAT Graph Generator.

    Language:C++12561440
  • JuliaClimate/ClimateTools.jl

    Climate science package for Julia

    Language:Julia11854916
  • safe-stream

    nette/safe-stream

    SafeStream: atomic and safe manipulation with files via native PHP functions.

    Language:PHP11532515
  • 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.

    Language:C#9391521
  • dacap/observable

    Observer pattern and signals/slots for C++11 projects

    Language:C++757127
  • JoyeBright/OSLab

    Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.

    Language:C246027
  • lkno0705/MatrixMultiplication

    Just a little playground, to test and try the benefits of Running Calculations on CPU or GPU with multiple threads.

    Language:C++16276
  • 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.

    Language:Swift4200
  • exrook/atomic_box

    A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data

    Language:Rust3202
  • uctask.worker

    urbancoderza/uctask.worker

    UCTask.Worker is a library that simplifies the use of multiple threads and tasks in in .Net and .Net Core applications.

    Language:C#3110
  • 10elements/crawler

    a crawler using python threading for fun

    Language:Python2300
  • AndreyKoudr/ThreadedGaussElimination

    Fast Gauss elimination based on SIMD and multiple threads

    Language:C++1100
  • iamlmn/hpc-py

    High Performance Computing,distributed,concurrent and parallel programming in Python (Numpy/Scipy & Cython)

    Language:Jupyter Notebook1200
  • kkocdko/UniversalGUI

    Universal console app shell

    Language:C#1100
  • nirnicole/MultiThreaded-MergeSort

    School project Merge-Sort using multiple threads

    Language:Java1100
  • tecompufiv/threaded-text-writer

    This is an exercise on java about how to use multiple threads to write into a file.

    Language:HTML1101
  • alexandrempierre/pthread-forward-autodiff

    Implementation of Forward Automatic Differentiation of Real Valued Functions with multiple threads

    Language:C0100
  • beston123/java-code

    算法, 数据结构, 多线程, 缓存, 分布式事务, 一致性协议, RPC等实现

    Language:Java0202
  • rafael-mindreau/web-worker-poc

    A proof-of-concept to demonstrate work distribution on multiple threads using Javascript in the browser

    Language:JavaScript0100
  • sherwin-dc/cpp-binary-prefix-tree

    A c++ unordered_map alternative for small integral keys

    Language:C++0100
  • 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.

    Language:C0100
  • AmrHendy/bulletin-board-system

    A news bulletin board system supporting several remote clients to communicate with the server using the sockets and RMI.

    Language:Java20
  • d3m0n4l3x/multialex

    A multi-thread TCP backdoor programmed in Perl by demonalex in 2004.

    Language:Perl10
  • Gastd/serialcom

    The serialcom library provides accessing serial ports on LINUX systems with real time RTAI compatibility.

    Language:C302
  • shreyanshmohnot/mpmc

    Multiple Producer - Multiple Consumer Problem

    Language:C01