-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
API DesignNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionPerformanceMemory or execution speed performanceMemory or execution speed performancenumbanumba-accelerated operationsnumba-accelerated operations
Description
ATM groupby reductions (and window i think?) have keywords that allow for opting-in to using numba, along with engine_kwargs that control options passed to numba.
I think users would be better served by automatically detecting cases where numba is available/useful and automatically using it. Simpler API, better performance for the large subset of users who don't read docs.
Metadata
Metadata
Assignees
Labels
API DesignNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionPerformanceMemory or execution speed performanceMemory or execution speed performancenumbanumba-accelerated operationsnumba-accelerated operations