findepi commented on code in PR #6668:
URL: https://github.com/apache/arrow-rs/pull/6668#discussion_r1826842634
##########
parquet/Cargo.toml:
##########
@@ -69,6 +69,7 @@ paste = { version = "1.0" }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
sysinfo = { version = "0.32.0", optional = true, default-features = false,
features = ["system"] }
crc32fast = { version = "1.4.2", optional = true, default-features = false }
+simdutf8 = { version = "0.1.5"}
Review Comment:
How mature is the library and its dependencies?
My random spike led me to
https://github.com/rusticstuff/simdutf8/blob/main/src/implementation/aarch64/neon.rs#L16
and https://docs.rs/flexpect/latest/flexpect/ lacks documentation.
Should we help simdutf8 to bring it to arrow's maturity level?
--
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]