checkedthreads
Race condition detector
A parallelism framework that detects and prevents race conditions in multithreaded code by automatically load balancing and using Valgrind-based instrumentation.
checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking
290 stars
24 watching
15 forks
Language: C
last commit: about 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thehackerdev/race-the-web | Tests for race conditions in web applications by sending multiple requests simultaneously and verifying responses | 589 |
wojteklu/watchdog | Class for detecting and logging excessive main thread blocking in iOS and macOS applications. | 1,861 |
dvyukov/relacy | A tool that detects potential races in concurrent programs using a complex synchronization algorithm verification approach. | 208 |
amit-davidson/chronos | A static race detector for Go programs that identifies potential data races in concurrent execution | 428 |
racepwn/racepwn | A framework to test race conditions by sending multiple requests to a single host over a network. | 264 |
intel/yarpgen | A tool designed to generate correct runnable C/C++ programs with the goal of identifying compiler optimization bugs. | 488 |
cosmiq/yolt | A tool for rapid multi-scale object detection in satellite images using convolutional neural networks. | 664 |
yhcc/yolo2 | An implementation of the YOLO object detection algorithm using TensorFlow and Keras | 161 |
get-woke/woke | Detects and suggests replacements for non-inclusive language in source code. | 454 |
teknologi-umum/flourite | Automatically detects programming languages from given strings. | 38 |
src-d/enry | A tool that detects programming languages in files and returns their type and safety flags | 460 |
dennyferra/typewatch | A jQuery plugin that detects when a user stops typing in a text field or editor after a specified delay, allowing for optimized input handling. | 219 |
peterc/whatlanguage | Language detection library using Bloom filters for speed and memory efficiency. | 685 |
gavinaiken/eslint-plugin-chai-expect-keywords | A tool that checks for unsupported keywords in chai.js expect() assertions during code analysis. | 1 |
frankzhangrui/darknet-yolo | An end-to-end object detection framework with a custom YOLO implementation for training on user-provided data. | 49 |