Logisgor logic    CNC CAM    3D models    Rocket SIM    3D printer    Hash format
mozg4D@gmail.com
Unreal Render    Splines to G-code    Space calc    Smartphone as a keyboard    3D slideshow    GLB editor

*.hash - fast, random access file format, based on multi dimensional 128 bit hash tables

Description  |  3D scene hashes  |  *.hash file editor  | 
copy random hash to clipbord

*.hash file stores hash tables with data types:data type id: 0; Or custom data types

*.hash file structure:
16 bit    | 128 bit | 64 bit   
data_type | hash    | length (bytes) | data || data_type | hash | length | data | ...

Unpack *.hash file into hashtables and use fuctions:
value = hashtable.get(hash)
hashtable.set(hash, value)
hashtable.delete(hash)

Get multi dimensional data: value = hashtable.get( hash XOR hash XOR ... )

Sutable for storing / transmitting any data, incluing images, databases, metavese