loading DEAP odb from json file takes very long time

Issue #62 resolved
dd1 created an issue

loading DEAP odb from json file takes very long time - around 2-3 minutes. Should find out if this is caused by json parser or by odb_paste. K.O.

Comments (3)

  1. dd1 reporter

    fixed commit b27ebed - when reloading an array that did not exist before, it was growing one element at a time, very inefficient. By going in reverse direction, when we reload the last element first, the array is created with correct size, then we just fill it with data. no more growing one element at a time. K.O.

  2. Log in to comment