[ 
https://issues.apache.org/jira/browse/AVRO-3245?focusedWorklogId=673128&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-673128
 ]

ASF GitHub Bot logged work on AVRO-3245:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Nov/21 12:26
            Start Date: 02/Nov/21 12:26
    Worklog Time Spent: 10m 
      Work Description: martin-g opened a new pull request #1388:
URL: https://github.com/apache/avro/pull/1388


   
   ### Jira
   
   - [X] My PR addresses the following 
[AVRO-3245](https://issues.apache.org/jira/browse/AVRO-3245) issue
   
   ### Tests
   
   - [X] My PR does not need new testing because it replaces one library with 
another. All old tests still pass! 
   
   ### Commits
   
   - [X] My commits all reference Jira issues in their subject lines.
   
   ### Documentation
   
   - [X] No new functionality!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 673128)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  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.3.4#803005)

Reply via email to