[
https://issues.apache.org/jira/browse/AVRO-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469212#comment-17469212
]
ASF subversion and git services commented on AVRO-3245:
-------------------------------------------------------
Commit 54f37e52cb373904c7529a74dee1275bffac457a in avro's branch
refs/heads/dependabot/cargo/lang/rust/sha2-0.10.0 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=54f37e5 ]
AVRO-3245 Rust: Replace crc crate with crc32fast (#1388)
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
> Rust: Replace crc crate with crc32fast
> --------------------------------------
>
> Key: AVRO-3245
> URL: https://issues.apache.org/jira/browse/AVRO-3245
> Project: Apache Avro
> Issue Type: Improvement
> Components: rust
> Affects Versions: 1.11.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently Avro RS uses [https://crates.io/crates/crc] when "snappy" feature
> is enabled.
> crc broke its API from 1.x to 2.x: [https://github.com/apache/avro/pull/1387]
>
> While investigating how to migrate it I've noticed that Avro Rust already
> depends on [https://crates.io/crates/crc32fast] via
> [https://crates.io/crates/libflate] .
> crc32fast uses hardware optimizations and much faster than "crc"
--
This message was sent by Atlassian Jira
(v8.20.1#820001)