masscry / ngx

This is pet project, main idea is to develop several solutions for common task appearing in indie game development. Tools are built with crossplatform in mind.
MIT License
0 stars 0 forks source link

Data index #2

Closed masscry closed 7 years ago

masscry commented 7 years ago

Stored data index

masscry commented 7 years ago

Current solution is linear array of index entries without any sorting.

Each index entry is 15 bytes, so in every block can hold 34 entries, except the first one, because it also stores index header of 15 bytes.

As temporary solution it would be OK.

masscry commented 7 years ago

ngxIndex* functions implemented