-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- 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
Labels
enhancementNew feature or requestNew feature or request