#
threads
Here are 739 public repositories matching this topic...
A hybrid thread / fiber task scheduler written in C++ 11
scheduler
fibers
tasks
task-runner
thread-pool
task-scheduler
threads
coroutine-library
coroutine
fiber-task-scheduler
-
Updated
Sep 21, 2020 - C++
-
Updated
Feb 14, 2019 - Java
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
worker
thread
concurrency
parallel
parallel-computing
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Aug 31, 2020 - JavaScript
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
socket
cross-platform
ipv6
ipv4
posix
hash-functions
bsd
tree-structure
profiling
mutex
platform-independent
threads
aix
hp-ux
openvms
ini-parser
shared-libraries
thread-library
qnx
-
Updated
Sep 5, 2020 - C
Thread pool implementation using c++11 threads
-
Updated
Oct 1, 2020 - C++
Node.js Starter Kit, latest v14.x features and minimum dependencies
-
Updated
Sep 27, 2020 - JavaScript
Ridiculously simple flow controller for building complex pipelines
-
Updated
Oct 20, 2019 - Python
The first Java Actor System supporting fibers from Project Loom
java
actor-model
fibers
multithreading
actor
threads
fiber
green-threads
actor-system
loom
java-actor
thread-confinement
-
Updated
Sep 27, 2020 - Java
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
-
Updated
Aug 26, 2019 - C
Easy-to-use threading library providing all basic features to perform work in background mode (with simulation mode).
-
Updated
Feb 4, 2019 - PHP
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
c
hashing
redis
list
async
cluster
distributed
hashmap
thread-pool
epoll
distributed-hash-table
threads
key-value-database
epoll-server
epoll-tcp-server
key-value-store
-
Updated
Jun 3, 2018 - C
Chat/Message system for Laravel.
-
Updated
Mar 4, 2018 - PHP
Web Locks API
nodejs
synchronization
async
parallel
lock
deadlock
multithreading
locks
locking
semaphore
await
mutex
threads
shared-memory
synchronize
race-detection
atomics
sharedarraybuffer
data-race
web-locks
-
Updated
Aug 3, 2020 - JavaScript
Open
Message inspection
GregUtas
commented
Nov 5, 2017
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
C++ utility class to perform callbacks into JavaScript from any thread
-
Updated
Aug 27, 2018 - C++
Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)
c
socket
list
cryptography
encryption
dictionary
buffer
array
bytes
lib
hash
linkedlist
decryption
ray
pray
navive
winapi-posix
std
threads
-
Updated
Jan 26, 2017 - C
Scalable multi-thread multi-process containers for Ruby.
-
Updated
Sep 19, 2020 - Ruby
Lock Free Queue Based On Hazard Pointer.
-
Updated
Feb 27, 2020 - C++
Metarhia Server for Node.js
nodejs
api
cloud
node
server
cluster
project
metarhia
sandboxing
starter-kit
threads
isolation
metaserverless
-
Updated
Sep 27, 2020 - JavaScript
Run all possible enumerable methods in concurrent/parallel threads
-
Updated
Aug 9, 2020 - Ruby
A simple demonstration of WebAssembly threads
-
Updated
Jul 15, 2019 - WebAssembly
audria - A Utility for Detailed Ressource Inspection of Applications
statistics
cpu
monitor
monitoring
profiler
memory
resources
analyzer
io
load
throughput
inspection
profiling
threads
cpu-monitoring
resource-measurement
memory-usage
cpu-usage
memory-monitoring
-
Updated
Jan 6, 2018 - C++
Swift Concurrent Collections
-
Updated
Feb 9, 2020 - Swift
Dictionary app for Threads course on Pluralsight
-
Updated
Nov 5, 2018 - Java
Improve this page
Add a description, image, and links to the threads topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the threads topic, visit your repo's landing page and select "manage topics."


Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.