Skip to content

Commit

Permalink
non-equi join rewrite numba (#1341)
Browse files Browse the repository at this point in the history
- reimplementation of the algorithm that powers the non-equi join in numba
- more info in the docs regarding range joins, and where numba can be helpful
- improved performance for numba for range joins and multiple non equi joins when getting first/last match
  • Loading branch information
samukweku authored Jun 2, 2024
1 parent 23c0dc0 commit ef9cd70
Show file tree
Hide file tree
Showing 7 changed files with 1,783 additions and 916 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
- [ENH] Improved performance for non-equi joins when using numba - @samukweku PR #1341

## [v0.27.0] - 2024-03-21

Expand Down
Loading

0 comments on commit ef9cd70

Please sign in to comment.