42 skills found · Page 1 of 2
jefferyjob / Go RedislockHigh-performance Redis distributed lock service based on Go language. 基于Go语言实现的高性能Redis分布式锁服务。
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.
mayank-02 / Multithreading LibraryA lightweight C library based on one-one and many-one model for threading.
Dungyichao / PeriodicScheduler SemaphoreDemonstrate basic task scheduling method on LCD and STM32 Nucleo64 board. You will learn basic idea of OS multi-thread operation and C, Assembly code.
opa334 / TimeBomb2Spinlock panic on demand!
opa334 / TimeBombSpinlock panic with ease!
vladiant / CppConcurrencyPatternsC++ Concurrency Patterns
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
tringi / RwspinlockSlim, simple, cross-process, reader-writer unfair fast spin lock for Windows
BagritsevichStepan / Lock Free Data StructuresLow latency lock free SPSC, SPMC, MPMC Queue and Stack. Fast SpinLock, SeqLock
g-andrade / VegrandisAtomic shared variables for Erlang