[Bug 2120099] New: Review Request: qsort - Quicksort implemented as a C macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: nobody@xxxxxxxxxxxxxxxxx
          Reporter: jonathan@xxxxxxxxxxxxx
        QA Contact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx
  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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux