C Hash Table - Advantages/Disadvantages of Binary files? -


i've been learning hash tables , binary files , wondering how viable method of data storage be. efficient read/write disk due added efficiency of binary files, or considered inefficient? i've heard term "hash disk" mentioned more once, not sure if active data management opposed reading dat file upon opening.

what advantages/disadvantages storing data in dat file rather in memory?

for example i'm working on program right using hash table store data. can store hash data array of struct, linked list, or binary file(the 3 methods have learned far). if not efficient read/write file, there still situation said method accepted?


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -