Pinned Repositories
Attempt1
braintree_java
Braintree Java library
chronos
Cloud-Node-Spring-Kafka-Json
cluster-cloud-node
cluster-common
Non-Blocking-K--Ary-Search-Tree-Manual-Memory-Managgement
This work presents the generalization of a Concurrent Binary Search Tree to a Non-Blocking leaf oriented Concurrent K-Ary Search Tree in Java. We used single-word compare-and-set operations to coordinate updates to the tree. Further we extend the implementation to work without Java’s garbage collector for manual memory management. We use the concept of thread local pool of pre-allocated nodes for the memory management. The potential ABA problem that arises is taken care by using AtomicStampedRefference
Non-Blocking-K-ary-N-ary-search-tree
This is an implementation of a Concurrent K-Ary leaf oriented Search Tree. In this implementation, rely on Java's Garbage Collector to recycle the nodes that are removed from the tree as part of Insertion/Deletion process.
Spring-Kafka-Cloud-Node-String
Twitter-Vending-Machine
This was built for the publicity of a hackathon. Whenever the participants tweet on the hackathon page they get a code in their inbox. W
anandjbangad's Repositories
anandjbangad/Non-Blocking-K--Ary-Search-Tree-Manual-Memory-Managgement
This work presents the generalization of a Concurrent Binary Search Tree to a Non-Blocking leaf oriented Concurrent K-Ary Search Tree in Java. We used single-word compare-and-set operations to coordinate updates to the tree. Further we extend the implementation to work without Java’s garbage collector for manual memory management. We use the concept of thread local pool of pre-allocated nodes for the memory management. The potential ABA problem that arises is taken care by using AtomicStampedRefference
anandjbangad/Twitter-Vending-Machine
This was built for the publicity of a hackathon. Whenever the participants tweet on the hackathon page they get a code in their inbox. W
anandjbangad/Spring-Kafka-Cloud-Node-String
anandjbangad/Attempt1
anandjbangad/braintree_java
Braintree Java library
anandjbangad/chronos
anandjbangad/Cloud-Node-Spring-Kafka-Json
anandjbangad/cluster-cloud-node
anandjbangad/cluster-common
anandjbangad/cluster-device-node
anandjbangad/cluster-edge-node
anandjbangad/DataStructurePractise
anandjbangad/Device-Node-Spring-Kafka-Json
anandjbangad/Elements-Of-Interview-Programming-In-Java
anandjbangad/Energy-Meter
anandjbangad/HetrogeneousMultiRobotCommunication
anandjbangad/HTTP-Client-Server
A Client-Server Application is created in JAVA using Eclipse IDE on Windows 10 OS. Simplified versions of HTTP client program is designed, implemented and tested for various conditions in this project. The client program queries the user for an HTML file name and returns the length and contents of the file if the file is available on the server. Various errors have been tested on this application.
anandjbangad/kafka_kerberose
anandjbangad/LearnYouNode
anandjbangad/Linux-Kernel
anandjbangad/Linux-Kernel-Data-Structures
Implementation of Linux Kernel Data Structures - Linked List, Queues, Red Black Tree, HashMaps
anandjbangad/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.
anandjbangad/Priority-Based-CLH-Lock
The CLH lock provides FCFS fairness, which is a useful property for many applications. But some applications may attach priorities to
anandjbangad/RecommendationSystem
anandjbangad/Semi-Linearizable-Queue
anandjbangad/Spring-Kafka-Device-Node-String
anandjbangad/Spring-Kafka-Edge-Node-String
anandjbangad/Test
anandjbangad/tutorials
Just Announced - "Learn Spring Security OAuth":
anandjbangad/velocity.js
velocity for js