Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 382 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 382 Bytes

hashMapStorageService

The overall goal of the project is to implement a service for storing key-value pairs (along the lines of the java.util.Map interface of the Java API) similar to that used by Amazon to support its Web services. In this sense, the data structures used to store this information are a simple chained list and a hash table, given their high search efficiency.