menu
techminis

A naukri.com initiative

google-web-stories
source image

Medium

3w

read

237

img
dot

Image Credit: Medium

File-based hash map — using as persistent data storage

  • A file-based hash map is a method of using persistent disk storage while retaining the performance benefits of direct memory access.
  • The implementation involves adapting hash maps for file-based storage using a hash function.
  • Collisions (when the hash function returns the same address for different keys) are addressed using separate chaining.
  • The final structure consists of an index, heap, and buckets with keys and values.

Read Full Article

like

14 Likes

For uninterrupted reading, download the app