You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2023/08/21 07:49:00 UTC

[jira] [Created] (AVRO-3838) [Rust] Replace regex crate with regex-lite

Martin Tzvetanov Grigorov created AVRO-3838:
-----------------------------------------------

             Summary: [Rust] Replace regex crate with regex-lite
                 Key: AVRO-3838
                 URL: https://issues.apache.org/jira/browse/AVRO-3838
             Project: Apache Avro
          Issue Type: Improvement
          Components: rust
            Reporter: Martin Tzvetanov Grigorov
            Assignee: Martin Tzvetanov Grigorov


Replacing "regex" dependency with "regex-lite" reduces the build time from 30secs to 22secs on my dev machine.

 

https://github.com/rust-lang/regex/tree/master/regex-lite



--
This message was sent by Atlassian Jira
(v8.20.10#820010)