Hacker News new | ask | show | jobs
by mfld 241 days ago
Nice - thanks! I assume the non-naive implementations skip the sorting and instead hash the input lines?
1 comments

yeah that's right - there are trade-offs in doing so as it can require much more memory. So like everything it's an application specific decision