Donough Liu
Donough Liu
> Below are my build options. Can you see any anomalies? Nope, it's legit. Did you compile your Rust project in release mode? https://github.com/rust-lang/cargo/pull/13257
> @Codewithteju Yes, I found the rust based ffmpeg solutions all have this issue. @Mon-ius Could you provide a minimal reproducible example in Rust and C? It's pretty interesting that's...
The output of `cargo expand` reveals the issue:  Type of `owned_value` was inferred as `String`(because of the function signature of `prost::encoding::string::merge`), while it should be `Box` actually. 
CI failure should be fixed by https://github.com/fmeringdal/rust-rrule/pull/140
Hmm, I tested it on my x64 machine, improvements is not that significant though. There might be some subtle difference between sse2 and neon.
> I'm getting varying results on different systems: > > Cortex-A72: > > ``` > old: test insert ... bench: 83,321.21 ns/iter (+/- 579.96) > new: test insert ... bench:...
@Amanieu done