Joining by a character column is slow, compared to joining by a factor column. · Issue #1386 · tidyverse/dplyr

*_join() functions are slow when the key is character. Do you have any plan to improve this? library("dplyr") set.seed(71) size1 <- 4*10^5 size2 <- size1 * 0.1 df1 <- data.frame(id=paste0("SERVICE_...