acowley / Frames

Data frames for tabular data.
Other
297 stars 41 forks source link

Switch joins to use Hashable for Text #106

Closed cfhammill closed 6 years ago

cfhammill commented 6 years ago

Substantial speed up for most reasonable use cases. A better default until discrimination gets the speed up discussed in #105

Also converts joins demo to a proper benchmark

acowley commented 6 years ago

Thank you for following up on this so thoroughly!