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

Block or report anisomorphic

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. Canny-Edge-Detection Canny-Edge-Detection Public

    Python

  2. Disk-Scheduling-Algorithms Disk-Scheduling-Algorithms Public

    This program implements the first-come first-served, shortest seek time first, SCAN, C-SCAN, LOOK, and C-LOOK scheduling algorithms.

    Go

  3. Elimination-Backoff-Stack Elimination-Backoff-Stack Public

    This data structure utilizes an elimination backoff array in order to remain linearizable and lock-free, performs well at low loads and adds parallelism while reducing contention at high loads.

    Java

  4. PL-0-Compiler PL-0-Compiler Public

    Semester project for System Software. Includes a VM, Tokenizer, and Compiler. Uses recursive descent parsing

    C

  5. RDCSS RDCSS Public

    This program uses a descriptor object to implement RDCSS (Restricted Double-Compare-Single-Swap).

    Java

  6. Practical-Non-blocking-Unordered-Lists Practical-Non-blocking-Unordered-Lists Public

    Practical Non-blocking Unordered Lists

    Java