All Projects → safe → Similar Projects or Alternatives

178 Open source projects that are alternatives of or similar to safe

TAOMP
《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试
Stars: ✭ 39 (-67.23%)
Mutual labels:  multi-threading, lock
AtomicKit
Concurrency made simple in Swift.
Stars: ✭ 88 (-26.05%)
Mutual labels:  lock, thread-safety
filter-anything
A simple (TypeScript) integration of "pick" and "omit" to filter props of an object
Stars: ✭ 19 (-84.03%)
Mutual labels:  guard
distlock
The universal component of distributed locks in golang , support redis and postgresql
Stars: ✭ 60 (-49.58%)
Mutual labels:  lock
cucumber-performance
A performance testing framework for cucumber
Stars: ✭ 28 (-76.47%)
Mutual labels:  multi-threading
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (-31.93%)
Mutual labels:  lock
basicLibPP
A powerful library for inline-hook,lock,compress etc,and it is useful for anti-virus software.
Stars: ✭ 15 (-87.39%)
Mutual labels:  lock
superfast
⚡ SuperFast codecs for fre:ac
Stars: ✭ 59 (-50.42%)
Mutual labels:  multi-threading
jsonpyes
The tool which imports raw JSON to ElasticSearch in one line of commands
Stars: ✭ 67 (-43.7%)
Mutual labels:  multi-threading
react-native-awesome-pin
A highly interactive and customisable PIN code screen for React Native.
Stars: ✭ 28 (-76.47%)
Mutual labels:  lock
pdsl
The expressive declarative toolkit for composing predicates in TypeScript or JavaScript
Stars: ✭ 64 (-46.22%)
Mutual labels:  guard
mutexsafe
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
Stars: ✭ 15 (-87.39%)
Mutual labels:  lock
sled
A high performance lock free map type for go.
Stars: ✭ 18 (-84.87%)
Mutual labels:  thread-safety
angular-lock
No description or website provided.
Stars: ✭ 16 (-86.55%)
Mutual labels:  lock
dynamic-engine
Monitor events in the background on Android.
Stars: ✭ 24 (-79.83%)
Mutual labels:  lock
glfwm
GLFW Manager - C++ wrapper with multi-threading
Stars: ✭ 60 (-49.58%)
Mutual labels:  multi-threading
RAII.scala
Resource Acquisition Is Initialization
Stars: ✭ 31 (-73.95%)
Mutual labels:  raii
Fibrous
Concurrency library for .Net
Stars: ✭ 47 (-60.5%)
Mutual labels:  multi-threading
gitlit
A gui for Git LFS file locks
Stars: ✭ 14 (-88.24%)
Mutual labels:  lock
fork-helper
A PHP helper to fork processes and allow multi-threading
Stars: ✭ 69 (-42.02%)
Mutual labels:  multi-threading
browser-tabs-lock
Using this package, you can synchronise your code logic across browser tabs.
Stars: ✭ 29 (-75.63%)
Mutual labels:  lock
MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
Stars: ✭ 14 (-88.24%)
Mutual labels:  thread-safety
table2pojo
Generate POJOs for database table/columns
Stars: ✭ 16 (-86.55%)
Mutual labels:  multi-threading
aiorwlock
Read/Write Lock - synchronization primitive for asyncio
Stars: ✭ 90 (-24.37%)
Mutual labels:  lock
phpchartjs
A PHP library that makes it easy to generate data for ChartJS.
Stars: ✭ 24 (-79.83%)
Mutual labels:  lock
concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Stars: ✭ 17 (-85.71%)
Mutual labels:  thread-safety
Master-Thesis
Deep Reinforcement Learning in Autonomous Driving: the A3C algorithm used to make a car learn to drive in TORCS; Python 3.5, Tensorflow, tensorboard, numpy, gym-torcs, ubuntu, latex
Stars: ✭ 33 (-72.27%)
Mutual labels:  multi-threading
sandboxed-fs
Sandboxed Wrapper for Node.js File System API
Stars: ✭ 41 (-65.55%)
Mutual labels:  lock
futex
File-based Ruby Mutex
Stars: ✭ 14 (-88.24%)
Mutual labels:  lock
synapse
Non-intrusive C++ signal programming library
Stars: ✭ 48 (-59.66%)
Mutual labels:  multi-threading
Bluetooth-Unlock
Simple script to unlock your Linux based Computer using a Bluetooth device when nearby
Stars: ✭ 37 (-68.91%)
Mutual labels:  lock
haxe-concurrent
A haxelib for basic platform-agnostic concurrency support
Stars: ✭ 69 (-42.02%)
Mutual labels:  lock
label-actions
🤖 GitHub Action that performs certain tasks when issues, pull requests or discussions are labeled or unlabeled
Stars: ✭ 60 (-49.58%)
Mutual labels:  lock
php-peek-lock
A wrapper around flock()
Stars: ✭ 18 (-84.87%)
Mutual labels:  lock
scope-guard
Implementation of Scoped Guards and Unique Resource as proposed in P0052.
Stars: ✭ 22 (-81.51%)
Mutual labels:  raii
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (-82.35%)
Mutual labels:  lock
mbapipy
MercedesME platform as a Custom Component for Home Assistant.
Stars: ✭ 25 (-78.99%)
Mutual labels:  lock
request store rails
📦 Per-request global storage for Rails prepared for multi-threaded apps
Stars: ✭ 78 (-34.45%)
Mutual labels:  multi-threading
focus-trap-vue
Vue component to trap the focus within a DOM element
Stars: ✭ 156 (+31.09%)
Mutual labels:  lock
Preconditions
Preconditions.NET provides convenience static methods to help check that a method or a constructor is invoked with proper parameter or not.
Stars: ✭ 17 (-85.71%)
Mutual labels:  guard
pglock
PostgreSQL Lock Client for Go
Stars: ✭ 50 (-57.98%)
Mutual labels:  lock
toxic-decorators
Library of Javascript decorators
Stars: ✭ 26 (-78.15%)
Mutual labels:  lock
go-lock
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation
Stars: ✭ 78 (-34.45%)
Mutual labels:  lock
golang-101
🍺 In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary pro…
Stars: ✭ 61 (-48.74%)
Mutual labels:  mutexes
type-guards
Simple utility for runtime type checking which also assigns the correct type if used with TypeScript.
Stars: ✭ 30 (-74.79%)
Mutual labels:  guard
discord-chat-guard-bot
A simple Discord chat guard bot.
Stars: ✭ 37 (-68.91%)
Mutual labels:  guard
lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Stars: ✭ 104 (-12.61%)
Mutual labels:  thread-safety
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (-57.14%)
Mutual labels:  lock
door-controller-test-tool
Door controller test tool for physical access control devices. (THIS PROJECT IS NO LONGER MAINTAINED)
Stars: ✭ 13 (-89.08%)
Mutual labels:  lock
slow-down
A centralized Redis-based lock to help you wait on throttled resources
Stars: ✭ 21 (-82.35%)
Mutual labels:  lock
keyway
A simple Bash lock file library.
Stars: ✭ 28 (-76.47%)
Mutual labels:  lock
ToyDB
A ToyDB (for beginner) based on MIT 6.830 and CMU 15445
Stars: ✭ 25 (-78.99%)
Mutual labels:  lock
PanicTrigger
An app for emergency situation
Stars: ✭ 19 (-84.03%)
Mutual labels:  guard
lfqueue
Minimize lock-free queue ever!
Stars: ✭ 107 (-10.08%)
Mutual labels:  thread-safety
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+776.47%)
Mutual labels:  multi-threading
dlock
Interval Lock
Stars: ✭ 19 (-84.03%)
Mutual labels:  lock
scroll-padlock
🔒 CSS variables-based scrollbars locker, compatible with all reactive frameworks
Stars: ✭ 12 (-89.92%)
Mutual labels:  lock
django-admin-page-lock
Page Lock for Django Admin allows developers to implement customizable locking pages.
Stars: ✭ 13 (-89.08%)
Mutual labels:  lock
MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Stars: ✭ 73 (-38.66%)
Mutual labels:  multi-threading
TTGNotificationGuard
Auto remove the observer from NSNotificationCenter after the oberser dealloc
Stars: ✭ 13 (-89.08%)
Mutual labels:  guard
1-60 of 178 similar projects