Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added topics/blazing-fast/blazing-fast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions topics/blazing-fast/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
aliases: blazingly-fast
display_name: Blazing Fast
short_description: Blazing fast describes software and libraries optimized for exceptional runtime speed.
topic: blazing-fast
logo: blazing-fast.png
related: rust, go, performance, optimization
---
Blazing fast is a label developers apply to software, libraries, and tools built to run with exceptional speed and minimal overhead. Projects that adopt it tend to emphasize low latency, efficient memory use, and high throughput, and they span many languages, including Rust, Zig, Go, C, and C++. The tag signals a focus on performance as a core design goal rather than an afterthought.