java - Storing resource files as hashmap like structure -


i @ minecraft directory , found resources (image, sound, binary-data) store in way hashmap or git repository.

here hashmap alike json files

hashmap json

here actual file system.

actual file system

my question is, why that(benefits?), how , correct term kind of storing resource file strategies?

it called b-tree. pros - constant lookup time.

sorry - small lookup time. log(n) exact. olivier


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -