gdrplatform / gDRcore

R package to process dose-response curve data with the GR methods
https://gdrplatform.github.io/gDRcore
1 stars 1 forks source link

Gdr 1888 #54

Closed gladkia closed 1 year ago

gladkia commented 1 year ago

Description

Improve performance of 'map_df' with vectorized logic for exact matches

What changed?

refactor: improve performance of 'map_df' with vectorized logic for exact matches

Related JIRA issue: https://jira.gene.com/jira/browse/GDR-1888

Why was it changed?

map_df was too slow, it was spotted on the data from Jeremiah for which ~ 10 minutes were required. With the improved version, it takes ~ a few seconds.

Checklist for sustainable code base

Logistic checklist

Screenshots (optional)

bczech commented 1 year ago

Good job!