Topic: "single-thread"
skylab-inc/Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
Language: Swift - Size: 360 KB - Last synced at: 17 days ago - Pushed at: over 7 years ago - Stars: 312 - Forks: 14

sociomantic-tsunami/ocean
General purpose, platform-dependent, high-performance library for D
Language: D - Size: 6.52 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 60 - Forks: 56

Nepxion/DiscoveryAgent
☀️ Nepxion Discovery Agent is a java agent to resolve loss of ThreadLocal in cross-thread scenario, such as Spring Async、Hystrix Thread、Runnable、Callable、Single Thread、Thread Pool、MDC 异步跨线程Agent
Language: Java - Size: 115 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 54 - Forks: 29

priyankchheda/ssh_brute_force
Crack SSH Password using Dictionary and Brute Force Method
Language: C - Size: 31.3 KB - Last synced at: 23 days ago - Pushed at: almost 6 years ago - Stars: 52 - Forks: 11

Kazik24/juggle
Async task switching for cooperative multitasking in single thread environments with no_std support.
Language: Rust - Size: 268 KB - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 17 - Forks: 0

epam/TimebaseOrderBook
This library provides lightweight and garbage-free order book component for Java11+
Language: Java - Size: 274 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 11 - Forks: 4

kimlalman28/CPU_Scheduling_Simulator
Single Threaded CPU Scheduling Simulator
Language: Java - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 4

YggdrasiI/KinectGrid
Use Kinect to create '3D mousepads'. This program detects finger position and send TUIO messages to pass them. Linux clone of Space Palette.
Language: C++ - Size: 714 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 5

Marian-Vittek/jsvar
JSVAR - a C library for web GUIs with websockets.
Language: C - Size: 496 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

cajuncoding/SqlAppLockHelper
An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapplock stored procedures.
Language: C# - Size: 90.8 KB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

abdulkadir-gungor/SQLite3
It is a github directory that covers projects such as sqlite3 database usage, operation and recovery of deleted data using Python language.
Language: Python - Size: 934 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 2

MISW4406/tutorial-8-sagas
Repositorio con código base para la implementación del patrón Saga usando orquestación como mecanismo de coordinación.
Language: Python - Size: 89.6 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 36

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
Language: Java - Size: 167 KB - Last synced at: 27 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

werto87/server_template
single thread, non-blocking
Language: CMake - Size: 71.3 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

werto87/client_template
single thread, non-blocking, with ui
Language: CMake - Size: 41 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Nasar165/httpclient
C based single thread Socket that uses HTTP protocol allowing simple connections to an API. The client is capable of sending POST to API as JSON.
Language: C - Size: 72.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

mkroening/one-shot-mutex
One-shot locks that panic instead of (dead)locking on contention.
Language: Rust - Size: 81.1 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

dolchi21/async-task
Execute node modules as child processes (child_process.fork wrapper).
Language: TypeScript - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

a-pichard/mini-FTP-server
This is originally a second year Epitech project that aims to manipulate sockets in C.
Language: C - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

tassoneroberto/python-chat
A minimal single-thread Python chat
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

anuragsarkar97/simple-cache
single threaded single machine caching library. Perfect for small scale applications.
Language: Go - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

AntonUden/MD5-Brute-forcer
Java md5 brute forcer
Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

amnonpaz/eloop
My implementation of an event loop
Language: C - Size: 64.5 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

pawanlifes/own_single_thread_server
Language: JavaScript - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

meokullu/CalculateETA
Calculate left time to finish iteration.
Language: C# - Size: 367 KB - Last synced at: 5 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

sepehrsamavati/js-thread-block-detect
Detect JavaScript engine thread blocks
Language: TypeScript - Size: 126 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

dwi-handoyo/Asynchronous-Javascript
Language: JavaScript - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Peppe37/SpaceInvaders-cpp
Simple Open Source SpaceInvaders in cpp
Language: C++ - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

PyiTheinKyaw/HTTP-Server-from-scratch
Dive into Rust HTTP server development and experiment with request handling techniques in this hands-on project.
Language: Rust - Size: 3.03 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

prabhakaranthangavel/Adv-JS-Day-1-Callback-Function
https://callback-function-practice-wish.netlify.app/
Language: JavaScript - Size: 336 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Janani-harshu/Multithreading-applications-_CSharp
Applications of Multithreading in C#
Language: C# - Size: 5.58 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

antonintouron/how-javascript-works
How the javascript programming language works.
Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ggjulio/webserv Fork of Working-From-Home/webserv
An nginx like HTTP server from scratch. Async io using poll syscall
Language: HTML - Size: 38.3 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hugotomazi/parallelism
Trabalho desenvolvido para a disciplina de Sistemas Operacionais - Universidade do Vale do Itajaí (UNIVALI)
Language: C++ - Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

divyanshu-rawat/Buzz-of-non-blocking-event-loop
JavaScript programmers like to use words like, “event-loop”, “non-blocking”, “callback”, “asynchronous”, “single-threaded” and “concurrency” ????
Language: JavaScript - Size: 2.93 KB - Last synced at: 17 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ern0/hashr
[experience] Hash table implementation with artifical restrictions
Size: 364 KB - Last synced at: 25 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
