Skip to content

Optimisations #28

@alrichardbollans

Description

@alrichardbollans
  • Optimise loading/parsing of the checklist -- 20s is slow
  • Compression and decompression of parsed WCVP is slow, either improve compression or remove this step
  • Allow using checklist as a parameter to avoid repeated loading
  • The final step in get_accepted_info_from_names_in_column of appending the found accepted info to the original dataframe can be very slow for large dataframes and this could be optimised.
  • Improve speed of autoresolution by creating dataframe with potential names (e.g. split on words) and then merge with checklist

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions