#49297 replace fn deref in sds bpt code
Closed: wontfix 7 years ago Opened 7 years ago by firstyear.

Issue Description

Everytime we deref a function pointer, the compiler has to perform the deref, we can't optimise it out. As a result, by taking the cmp function and stashing it in the start of the search calls we can shave ~5% - 8% from search operations and about 2% from insert.

This is a useful change given the https://pagure.io/389-ds-base/issue/49146 change I want to do.


Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to review
- Custom field type adjusted to defect

7 years ago

Metadata Update from @mreynolds:
- Issue set to the milestone: 1.3.7.0

7 years ago

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack (was: review)

7 years ago

commit 043b3c9
To ssh://git@pagure.io/389-ds-base.git
c9151c2..043b3c9 master -> master

Metadata Update from @firstyear:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2356

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

4 years ago

Log in to comment on this ticket.

Metadata