Bug 1704222 - Review Request: rust-twoway - Fast substring search for strings and byte strings
Summary: Review Request: rust-twoway - Fast substring search for strings and byte strings
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Igor Raits
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-29 11:33 UTC by Artem
Modified: 2019-05-05 11:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-05 11:29:31 UTC
Type: Bug
Embargoed:
igor.raits: fedora-review+


Attachments (Terms of Use)

Description Artem 2019-04-29 11:33:00 UTC
Spec URL: https://atim.fedorapeople.org/for-review/rust-twoway.spec
SRPM URL: https://atim.fedorapeople.org/for-review/rust-twoway-0.2.0-1.fc30.src.rpm

Description:
Fast substring search for strings and byte strings. Optional SSE4.2
acceleration (if detected at runtime) using pcmpestri. Memchr is the only
mandatory dependency. The two way algorithm is also used by rust's libstd
itself, but here it is exposed both for byte strings, using memchr, and
optionally using a SSE4.2 accelerated version.

Fedora Account System Username: atim

Comment 1 Igor Raits 2019-05-05 11:11:19 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-twoway


Note You need to log in before you can comment on or make changes to this bug.