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: over 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Tests for race conditions in web applications by sending multiple requests simultaneously and verifying responses | 593 |
| Class for detecting and logging excessive main thread blocking in iOS and macOS applications. | 1,863 |
| A tool that detects potential races in concurrent programs using a complex synchronization algorithm verification approach. | 210 |
| A static race detector for Go programs that identifies potential data races in concurrent execution | 429 |
| A framework to test race conditions by sending multiple requests to a single host over a network. | 265 |
| A tool designed to generate correct runnable C/C++ programs with the goal of identifying compiler optimization bugs. | 492 |
| A tool for rapid multi-scale object detection in satellite images using convolutional neural networks. | 669 |
| An implementation of the YOLO object detection algorithm using TensorFlow and Keras | 161 |
| Detects and suggests replacements for non-inclusive language in source code. | 460 |
| Automatically detects programming languages from given strings. | 39 |
| A tool that detects programming languages in files and returns their type and safety flags | 460 |
| 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 |
| Language detection library using Bloom filters for speed and memory efficiency. | 685 |
| A tool that checks for unsupported keywords in chai.js expect() assertions during code analysis. | 1 |
| An end-to-end object detection framework with a custom YOLO implementation for training on user-provided data. | 49 |