ThreadSky
About ThreadSky
Log In
rreverser.com
•
5 days ago
Typical Rust. Sometimes all those moves do add up.
Comments
Log in
with your Bluesky account to leave a comment
[–]
shreyascodes.tech
•
5 days ago
wow that's a lot of memcopys
0
1
reply
[–]
shreyascodes.tech
•
5 days ago
35ms of just moving memory?? what is the code even doing?
0
1
reply
[–]
rreverser.com
•
5 days ago
Bunch of multidimensional select_nth_unstable_by_key. And this is with multithreading leveraging all cores...
2
reply
[–]
pvdz.ee
•
4 days ago
What do you use for this?
I could really use a good tutorial on perf testing and debugging for rust apps.
0
1
reply
[–]
rreverser.com
•
4 days ago
This one was just cargo-flamegraph.
0
1
reply
[–]
rreverser.com
•
4 days ago
Ohh sorry, I thought you replied to my other post. This was Intel VTune, but any profiler works fine.
1
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
I could really use a good tutorial on perf testing and debugging for rust apps.