-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
In functions like _stump
, the sub-functions _compute_diagonal
and core._shift_insert_at_index
may be called a lot. Therefore, we may gain some (small) performance improvement by adding @njit(inline='always')
to those (and other) functions and possibly reduce the overhead cost of calling a function repeatedly. See more here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed