Ali Raja (aliraja-dev)

aliraja-dev

Geek Repo

Company:Genworth Financial

Location:USA

Home Page:https://www.linkedin.com/in/aliraja-dev/

Github PK Tool:Github PK Tool

Ali Raja's repositories

junit-in-action-third-edition

JUnit in Action Third Edition Book By Oreilly

Stargazers:0Issues:0Issues:0

Data_Structure_Practice

This repo will be used to track and maintain my code examples for all data structures I learn in the DS & A graduate course I am taking.

License:GPL-3.0Stargazers:0Issues:0Issues:0

flutter-firebase-quizapp

QuizApp Built with Flutter & Firebase

Stargazers:0Issues:0Issues:0

RLU-with-Multi-Versionning-Read-Log-Update

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

License:NOASSERTIONStargazers:0Issues:0Issues:0

linearizability-checker

Verifies the linearizability of experimentally accessible histories.

Stargazers:0Issues:0Issues:0

combining-frontend-apps-with-spring

Dan Vega Repo for combining frontend apps with Spring Projects

Stargazers:0Issues:0Issues:0

AWSVision

An application to show the capabilities of Amazon Rekognition and its several APIs built using Streamlit.

License:Apache-2.0Stargazers:0Issues:0Issues:0

Lisp-Interpreter

Small Lisp expression interpreter made in Java

License:MITStargazers:0Issues:0Issues:0

ParallelPrefixSum

Computes a parallel prefix sum using several methods, for runtime comparison

Stargazers:0Issues:0Issues:0

prefix-sum-using-work-efficient-algorithms-in-cpp

In this project we used Open mp library to compute prefix sum for 1 GB data on 4 thread in different algorithms like Hillis and Steele and work-efficient algorithms

Stargazers:0Issues:0Issues:0

Ecommerce

Ecommerce web application using Angular | Node.js | Express.js | MongoDB

Stargazers:0Issues:0Issues:0

LispInterpreter

Java implementation of a Lisp interpreter

License:MITStargazers:0Issues:0Issues:0

RLU-in-RUST-Read-Log-Update-

Implementation of Read-Log-Update in Rust

Stargazers:0Issues:0Issues:0

parallel-prefix-sum-by-Asmaa

Parallel Prefix Sum Algorithm by Asmaa Farrag

Stargazers:0Issues:0Issues:0

Serial-Parallel-Prefix-Sum

Serial and parallel sum computation

Stargazers:0Issues:0Issues:0

RLU---Rust-Read-Log-Update-Mechanism

A Rust implementation of the Read-Log-Update concurrency mechanism

Stargazers:0Issues:0Issues:0

RLU-Read-Log-Update-in-C-

A C++17 implementation of Read-Log-Update paper (SOSP'15)

Stargazers:0Issues:0Issues:0

Lamport-Bakery-Algorithm---Concurency-Mutex

Example implementation of Lamport's Bakery algorithm for managing multiple threads.

Stargazers:0Issues:0Issues:0

KWIC-Exploring-Shared-Data-and-ADT-Design

Exploring Shared Data vs ADT Design in a KWIC System

Stargazers:0Issues:0Issues:0

thread-safety-with-atomic-operations-on-data-structures

Implementation of data structures (linked list, binary search tree, stack and queue) on which operations are atomic to enable thread safety.

Stargazers:0Issues:0Issues:0

prefix-sum-data-structure

List data structure supporting prefix sums

License:BSD-2-ClauseStargazers:0Issues:0Issues:0

java-code-samples-paulo-dichone

Resources and Source code

Stargazers:0Issues:0Issues:0

JavaLock-Examples

This repository provides different lock implementation using the java wait and notify framework

License:Apache-2.0Stargazers:0Issues:0Issues:0

Peterson-Lock-In-A-Binary-Tree

Consider a generalization of the twothread Peterson lock by arranging a number of 2-thread Peterson locks in a binary tree, as follows. Each thread is assigned a leaf lock, which it shares with one other thread. Each lock treats one thread as thread 0 and the other as thread 1. In the tree-lock's acquire method, the thread acquires every two-thread Peterson lock from that thread's leaf to the root. The treelock's release method for the tree-lock unlocks each of the 2-thread Peterson locks that thread has acquired, from the root back to its leaf. At any time, a thread can be delayed for a finite duration.

Stargazers:0Issues:0Issues:0

RLU-Read-Log-Update-in-C

Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming

License:MITStargazers:0Issues:0Issues:0

RLU-Hashtable-in-C

RLU resizable hash-table

License:MITStargazers:0Issues:0Issues:0

mapreducepatterns

Repository for MapReduce Design Patterns (O'Reilly 2012) example source code

Stargazers:0Issues:0Issues:0

concurrent_programming-binary-trees

Concurrent programing in binary trees using Shared Memory Read Write Locks

Stargazers:0Issues:0Issues:0

KWIC-System-Design

System Design Exploration ADT, Shared Memory, Pipe and Filter, Event Driven

Stargazers:0Issues:0Issues:0