Dandandan commented on code in PR #2123:
URL: https://github.com/apache/arrow-rs/pull/2123#discussion_r927303739


##########
parquet/Cargo.toml:
##########
@@ -49,6 +50,7 @@ serde_json = { version = "1.0", default-features = false, 
features = ["std"], op
 rand = { version = "0.8", default-features = false, features = ["std", 
"std_rng"] }
 futures = { version = "0.3", default-features = false, features = ["std"], 
optional = true }
 tokio = { version = "1.0", optional = true, default-features = false, features 
= ["macros", "fs", "rt", "io-util"] }
+hashbrown = { version = "0.12", default-features = false }

Review Comment:
   There is a feature 'inline-more" which is enabled by default in hashbrown 
which gives sometimes a bit better performance.



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