Skip to content

lifeCoder123/DiskMapImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

DiskMap Implementation using NavigableMap

Data structure:TreeMap(NavigableMap)

I have used TreeMap collection for disk map implementation.If heap memory will full or outOf space then Objects would be stored in Seriliazed File(.ser File) i.e program will use disk memory for storing key-value pairs in file.If we want to get key-value pair,program will fetch data from seriliazed file and display it.All operation would be Thread safe and Synchronized.

References:

Producer-Consumer Algorithm for Multi-threading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages