Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MessageMf has "Many fields" making it able to see how borrowed and owned scale differently. Added benchmarking creating default instances of Message and MessageMf. Removed the xxx_loop() variants as they don't add information just more noise. I would like to look at why xxx_idx_loop() is sometimes slower than xxx_iter_loop(). NOTE: I believe some of the noise is caused by code alignment changes as we tweak that where doing and change code. See: https://www.google.com/search?q=benchmark+sensitive+to+code+alignment and rust-lang/rust#82232
- Loading branch information