Skip to content

Implement hashmap for generation of index

Loic Hausammann requested to merge hashmap into master

The generation of index files is far too slow on large simulations. Here I am implementing a hashmap to speedup the process.

Merge request reports