Skip to content
View moraxu's full-sized avatar
Block or Report

Block or report moraxu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Scalable-Fair-Read-Write-Lock Scalable-Fair-Read-Write-Lock Public

    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

  2. Hospital-readmission-rate-prediction Hospital-readmission-rate-prediction Public

    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…

  3. RDBMS-Engine RDBMS-Engine Public

    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

  4. Hardware-Transactional-Memory-HashSet Hardware-Transactional-Memory-HashSet Public

    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++

  5. Distributed-Deleted-Tweet-Discovery-Service Distributed-Deleted-Tweet-Discovery-Service Public

    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

  6. Lock-free-Static-Tree-Barrier Lock-free-Static-Tree-Barrier Public

    Lock-free Static Tree Barrier data structure implemented in C++11 with optimized memory orderings during the course Advanced Concurrency (CompSci 295).

    C++