Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages