32 skills found · Page 1 of 2
jnidzwetzki / Pg Lock TracerAn eBPF based lock tracer for PostgreSQL
cyfdecyf / SpinlockDifferent implementations of spinlock.
tidwall / SpinlockA spinlock implementation for Go.
whitfin / SleeplocksBEAM friendly spinlocks for Elixir/Erlang
rust-osdev / Spinning TopA simple spinlock crate based on the abstractions provided by the `lock_api` crate.
opa334 / TimeBomb2Spinlock panic on demand!
opa334 / TimeBombSpinlock panic with ease!
CoffeeBeforeArch / SpinlocksExample implementations of spinlocks
geidav / Spinlocks BenchImplementation and benchmark of different spin lock types
tinylib / SpinAn x86(_64) spinlock
ahungry / Janet PoboxClojure like atoms/spinlocking in Janet
kohachiro / OrcaOrce is a lightweight multiplayer online game server framework. Using a lock-free programming techniques, such as: atomic, spinlock, concurrent container, no-block queue, scalable memory allocator to achieve the high performance of the engine. The Orce using protobuf as a communication protocol can achieve the connection of a variety of clients, including iOS, android, flash, html5, unity3d.
cmnord / Pflock:lock: A "phase-fair" reader-writer spinlock
Mnwa / Fast Async MutexThe fast async mutex which uses spinlock algorithm with using waker
BagritsevichStepan / Lock Free Data StructuresLow latency lock free SPSC, SPMC, MPMC Queue and Stack. Fast SpinLock, SeqLock
karthick18 / Ticket SpinlockA user space implementation of ticket spinlocks similar to the one found in the linux kernel. Simple to understand and use.
daskol / SpinlockSpinlock implementation in Go and inline assembler.
mcidclan / Psp Media Engine ReloadThis repo contains unofficial technical documentation and code examples related to the Sony PSP (PlayStation Portable) Media Engine. It covers architecture, memory mapping, VME, GE, DMAC, spinlocks, interrupts & Color Space Conversion. The content is based on new personal findings and research from 2025, building on previous community exploration
4lDO2 / Spinning RsA no_std mutex and SIX rwlock implementation based on spinlocks and lock_api
jorisgio / Spinlock.rsA spinlocks implementation in rust