Edit this page | Blame

Decouple Tasks in Correlations Results Display

Tags

  • type: bug
  • priority: medium
  • assigned: alexm
  • keywords: correlations
  • status: ongoing

Description

is doing way too much.

We need to slowly decouple the different tasks into separate functions that can be called successively on each individual trait to build up the results, with something like the `map` function, or list comprehensions.

should probably be done before we enter the looping part of the results processing to make the logic easier and decouple the fetching from the results processing.

Notes 9/11/22

2022-11-25

Bulk Querying

The code in the

is still fetching the data one trait at a time, which is a performance bottleneck.

This could be changed to operate

(made with skribilo)