LinksPlatform icon indicating copy to clipboard operation
LinksPlatform copied to clipboard

Compare performance of storing all link fields in one file vs one field per file

Open konard opened this issue 10 years ago • 2 comments

konard avatar Nov 07 '15 21:11 konard

Looks like it will be similar to parallel array from https://en.wikipedia.org/wiki/Data-oriented_design

konard avatar Jun 19 '21 16:06 konard

We have SplitMemoryLinks in contrast with UnitedMemoryLinks where Data is split from indexes. We can also split indexes file into two files (one per index). Furthermore, we also can test parallel array implementation where even data itself is split into two files (one for sources, and one for targets). As well as, each index file can be split into one file per field.

konard avatar Jun 19 '21 16:06 konard