A multithreaded web crawler using two mechanism - single lock and thread safe data structures
-
Updated
Mar 22, 2021 - C++
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
An alternative synchronous method of the traditional reader-writer lock.
Concurrent Trie with different locking techniques (HOH, Single lock, Reader-Writer lock)
Concurrent Trie Data Structure using Single Locking, Reader Writer's Locking and Hand over Hand Locking.
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."