Skip to content

A program written in java to implement concurrent operations by multiple threads in a B+ Tree.

Notifications You must be signed in to change notification settings

basanthjenuhb/concurrent_B-plus_Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

concurrent_B-plus_Tree

A program written in java to implement concurrent operations by multiple threads in a B+ Tree.

A B+ Tree is generally used for indexing in a database. This project is based on the following paper www.csd.uoc.gr/~hy460/pdf/p650-lehman.pdf. Please install "graphviz" to obtain the images on the tree.

To run:
	$ javac bptree.java
	$ java bptree

One of the inputs will be no. of threads required to be run on the tree.

About

A program written in java to implement concurrent operations by multiple threads in a B+ Tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages