Closed cbizon closed 3 years ago
We make a hash per answer. There was a global parse of the KG being done per-answer when it only needed to be done once. So when there were a lot of answers, this was super slow.
This change took an AC run lasting 240 s down to 65 s.
We make a hash per answer. There was a global parse of the KG being done per-answer when it only needed to be done once. So when there were a lot of answers, this was super slow.
This change took an AC run lasting 240 s down to 65 s.