[Bug 2268776] New: Review Request: crcpp - Easy to use and fast C++ CRC library

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

 



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

            Bug ID: 2268776
           Summary: Review Request: crcpp - Easy to use and fast C++ CRC
                    library
           Product: Fedora
           Version: rawhide
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Assignee: nobody@xxxxxxxxxxxxxxxxx
          Reporter: benson_muite@xxxxxxxxxxxxx
        QA Contact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx
  Target Milestone: ---
    Classification: Fedora



spec:
https://download.copr.fedorainfracloud.org/results/fed500/crcpp/fedora-rawhide-x86_64/07131628-crcpp/crcpp.spec
srpm:
https://download.copr.fedorainfracloud.org/results/fed500/crcpp/fedora-rawhide-x86_64/07131628-crcpp/crcpp-1.2.0.0-1.fc41.src.rpm

Description:
Tired of writing CRC code over and over again? Don't want to include a dozen
boost header files just for a little bit of functionality? CRC++ is a portable
and extremely lightweight alternative that is incredibly simple, fast, and
clean.

CRC++ supports bit-by-bit and byte-by-byte calculation of full and multipart
CRCs.  The algorithms used are highly optimized and can even be configured
to be branchless (as always, be sure to profile your code to choose the most
efficient option). CRC++ is a great option for embedded C++ projects with a
need for efficiency.

CRC++ consists of a single header file which can be included in any existing
C++ application. No libraries, no boost, no mess, no fuss.

Any CRC width is supported - even CRCs larger than 64 bits, provided there is
an integer type large enough to contain it. Trying to compute a 57-bit CRC?
Got you covered.

Many common CRCs are provided out-of-the-box, such as CRC-32 (used in PKZip and
Ethernet), CRC-XMODEM, and CRC-CCITT.

CRC++ will compile with any reasonably compliant C++03 or C++11 compiler.
Compiling with C++11 is recommended, as it allows a number of static
computations
to be performed at compile-time instead of runtime.


fas: fed500

koji build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=114746090

Reproducible: Always


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2268776

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202268776%23c0
--
_______________________________________________
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