-
Notifications
You must be signed in to change notification settings - Fork 0
yashaswi2000/Exntendiblehash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Sat Feb 20 21:16:34 2021 @author: yashaswi """ # Extensible Hashing * instructions to run To run extensible hashing with Garbage collection : ** python3 ext_hash.py ** you will be prompted to enter values of size of ssm, size of record bucket, size of directory bucket, limit of main memory To run extensible hashing without Garbage collection : ** python3 ext_hash_gb.py ** you will be prompted to enter values of size of ssm, size of record bucket, size of directory bucket, limit of main memory To generate dataset : ** python3 synth_data.py ** you will be asked the size of the dataset.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published