Giter Site home page Giter Site logo

anandjbangad's Projects

http-client-server icon 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.

non-blocking-k--ary-search-tree-manual-memory-managgement icon 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 icon 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.

peterson-lock-in-a-binary-tree icon 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.

priority-based-clh-lock icon 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

tutorials icon tutorials

Just Announced - "Learn Spring Security OAuth":

twitter-vending-machine icon 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.