A multithreaded web crawler using two mechanism - single lock and thread safe data structures
- Updated
- C++
![]() |
VOOZH | about |
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
Optimistic queue-based reader-writer lock for robust index synchronization (SIGMOD 2024)
Operating Systems Theory Course (CS 304), IIT Dharwad
Concurrent Trie Data Structure using Single Locking, Reader Writer's Locking and Hand over Hand Locking.
An alternative synchronous method of the traditional reader-writer lock.
A collection of primitive functions for asynchronous operations in TypeScript/JavaScript ⚛️
Concurrent Trie with different locking techniques (HOH, Single lock, Reader-Writer lock)
High-performance multithreaded in-memory key-value store in C++17 with Reader-Writer locks and Write-Ahead Logging (WAL) for crash-safe durability
A multithreaded HTTP/1.1 server in C using POSIX sockets, a thread pool, and a writer-priority reader–writer lock for safe concurrent file access.
Add a description, image, and links to the reader-writer-lock topic page so that developers can more easily learn about it.
To associate your repository with the reader-writer-lock topic, visit your repo's landing page and select "manage topics."