https://bugzilla.redhat.com/show_bug.cgi?id=2120099

            Bug ID: 2120099
           Summary: Review Request: qsort - Quicksort implemented as a C
                    macro
           Product: Fedora
           Version: rawhide
          Hardware: All
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL: https://jonathanspw.fedorapeople.org/qsort.spec
SRPM URL: https://jonathanspw.fedorapeople.org/qsort-0.2-1.fc38.src.rpm

Description: This is a traditional Quicksort implementation which for the most
part
follows Robert Sedgewick's 1978 paper. It is implemented as a C macro,
which means that comparisons can be inlined. A distinctive feature of this
implementation is that it works entirely on array indices, while actual
access to the array elements is abstracted out with the `less` and `swap`
primitives provided by the caller.

Fedora Account System Username: jonathanspw

This is in relation to https://bugzilla.redhat.com/show_bug.cgi?id=2118835 to
avoid bundling qsort.h.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2120099
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to