moraxu - Overview
Pinned Loading
-
During 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
-
As 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…
-
A 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
-
Performance 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++
-
During 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 data structure implemented in C++11 with optimized memory orderings during the course Advanced Concurrency (CompSci 295).
C++