psvri commented on code in PR #5390:
URL: https://github.com/apache/arrow-rs/pull/5390#discussion_r1486503198


##########
arrow-string/Cargo.toml:
##########
@@ -42,3 +42,4 @@ arrow-select = { workspace = true }
 regex = { version = "1.7.0", default-features = false, features = ["std", 
"unicode", "perf"] }
 regex-syntax = { version = "0.8.0", default-features = false, features = 
["unicode"] }
 num = { version = "0.4", default-features = false, features = ["std"] }
+memchr = "2.7.1"

Review Comment:
   regex uses memchr. Heres a snippet of cargo tree output
   
   ```
   ├── memchr v2.7.1
   ├── num v0.4.1 (*)
   ├── regex v1.10.2
   │   ├── aho-corasick v1.1.2
   │   │   └── memchr v2.7.1
   │   ├── memchr v2.7.1
   │   ├── regex-automata v0.4.3
   │   │   ├── aho-corasick v1.1.2 (*)
   │   │   ├── memchr v2.7.1
   │   │   └── regex-syntax v0.8.2
   │   └── regex-syntax v0.8.2
   └── regex-syntax v0.8.2
   ```



-- 
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]

Reply via email to