Pinned Loading
-
Scalable-Fair-Read-Write-Lock
Scalable-Fair-Read-Write-Lock PublicDuring the course on Advanced Concurrency (CompSci 295), created a scalable, fair read-write lock so as to minimize contention among threads. Utilized a SNZI (Scalable NonZero Indicators) data stru…
C++ 1
-
Hospital-readmission-rate-prediction
Hospital-readmission-rate-prediction PublicAs part of the Machine Learning course (CompSci 273A), conducted research aimed at predicting whether a patient with diabetes will be readmitted to a hospital within the next 30 days. Produced a pa…
-
RDBMS-Engine
RDBMS-Engine PublicA relational database management system implemented in C++11 during the course Principles of Data Management (CompSci 222). The project relied mainly on the low-level memory management, such as han…
C++ 1
-
Hardware-Transactional-Memory-HashSet
Hardware-Transactional-Memory-HashSet PublicPerformance analysis of a concurrent HashSet data structure implementation that uses a single coarse-grained lock and the one that utilizes Intel's TSX to leverage Hardware Transactional Memory.
C++
-
Distributed-Deleted-Tweet-Discovery-Service
Distributed-Deleted-Tweet-Discovery-Service PublicDuring the course Distributed Computer Systems (CompSci 230), designed an application to preserve what has been deleted from Twitter platform by archiving tweets from large numbers of public gurus.…
Java
-
Lock-free-Static-Tree-Barrier
Lock-free-Static-Tree-Barrier PublicLock-free Static Tree Barrier data structure implemented in C++11 with optimized memory orderings during the course Advanced Concurrency (CompSci 295).
C++
If the problem persists, check the GitHub status page or contact support.