Crates.io | flame-war |
lib.rs | flame-war |
version | 0.1.1 |
source | src |
created_at | 2021-09-05 15:35:24.9171 |
updated_at | 2021-09-05 16:07:17.609031 |
description | A flame graph generator for Reddit threads. See the depths that a flame-war can go |
homepage | |
repository | https://github.com/andrewpollack/flame-war |
max_upload_size | |
id | 447178 |
size | 3,393 |
Ever seen a thread on Reddit where two+ people are fighting in the comments? I have, and I've always been curious to visualize the depth of their conversations. No, not the depth-content, but the literal "how long are these people fighting...".
This is where flame-war
comes in handy! The idea is simple: you feed in a Reddit post URL, and receive a flame graph visualizing the stack of the comments.
Note: For crate.io, the fully implemented version will begin with the 1.0 release. Until then, I hope you enjoy the process π
I love flame graphs. Since starting to use them for profiling CPUs, I've been curious to see other mediums they can be used in. Additionally, I've been wanting to practice more writing code in Rustπ¦, as well as work on my general SWE practices. So why not combine all into one fun project?
perf
flame graph implementation in Rust
--- Future stretch goals ---
main
push, and ensure tests run successfully