
CRLite: Fast, private, and comprehensive certificate revocation checking in Firefox, https://hacks.mozilla.org/2025/08/crlite-fast-private-and-comprehensive-certificate-revocation-checking-in-firefox/.
That’s huge. Great article.
CRLite: Fast, private, and comprehensive certificate revocation checking in Firefox, https://hacks.mozilla.org/2025/08/crlite-fast-private-and-comprehensive-certificate-revocation-checking-in-firefox/.
That’s huge. Great article.
Debugging the One-in-a-Million Failure: Migrating Pinterest’s Search Infrastructure to Kubernetes, https://scribe.rip/pinterest-engineering/debugging-the-one-in-a-million-failure-migrating-pinterests-search-infrastructure-to-kubernetes-bef9af9dabf4.
Pretty cool article from the Pinterest’s engineering team about chasing a performance problem. I won’t spoil it, it’s fun.
CRLite: Fast, private, and comprehensive certificate revocation checking in Firefox, https://hacks.mozilla.org/2025/08/crlite-fast-private-and-comprehensive-certificate-revocation-checking-in-firefox/.
That’s huge. Great article.
is OpenBSD 10x faster than Linux? (tedu@) https://www.undeadly.org/cgi?action=article;sid=20250817075800 #openbsd #performance #benchmarks #fork #development #freesoftware #linux #libresoftware
is OpenBSD 10x faster than Linux? (tedu@) https://www.undeadly.org/cgi?action=article;sid=20250817075800 #openbsd #performance #benchmarks #fork #development #freesoftware #linux #libresoftware
Debugging the One-in-a-Million Failure: Migrating Pinterest’s Search Infrastructure to Kubernetes, https://scribe.rip/pinterest-engineering/debugging-the-one-in-a-million-failure-migrating-pinterests-search-infrastructure-to-kubernetes-bef9af9dabf4.
Pretty cool article from the Pinterest’s engineering team about chasing a performance problem. I won’t spoil it, it’s fun.
Damn... Rust devs going crazy with these libraries.
⚒️ sledgehammer_bindgen 🦀
💥 Breaking the performance barrier of WASM/JS communication.
⚡ Faster Rust batched bindings for JS code.
⭐ GitHub: https://github.com/ealmloff/sledgehammer_bindgen
#rustlang #webassembly #wasm #javascript #performance #bindings #frontend #bindgen
Damn... Rust devs going crazy with these libraries.
⚒️ sledgehammer_bindgen 🦀
💥 Breaking the performance barrier of WASM/JS communication.
⚡ Faster Rust batched bindings for JS code.
⭐ GitHub: https://github.com/ealmloff/sledgehammer_bindgen
#rustlang #webassembly #wasm #javascript #performance #bindings #frontend #bindgen
Linux tip: ionice -c 3 command
runs a command with idle I/O priority. It only gets disk access when no other processes need it. Perfect for backups or maintenance tasks. #Linux#SystemAdministration#SysAdmin#Performance
uInit - Instructions on obtaining stable benchmarks results on modern Linux distro - by yugr:
The #Rust #compiler #performance #survey 2025 only runs until next Monday, 7th July - so fill it if you haven't yet and help the Rust project make us Rust developers more productive! 🚀
https://blog.rust-lang.org/2025/06/16/rust-compiler-performance-survey-2025/
Great post about why a 14kB website will load much faster than a 15kB one.
TIL about the TCP slow start algorithm!
https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/
List of #Supercompilation Resources and Papers:
https://github.com/etiams/supercompilation-resources
"Supercompilation is a principiled program transformation technique that symbolically evaluates a given input program into its more efficient version, eliminating as much of computational overhead as possible[...]."
Linux tip: ionice -c 3 command
runs a command with idle I/O priority. It only gets disk access when no other processes need it. Perfect for backups or maintenance tasks. #Linux#SystemAdministration#SysAdmin#Performance
Patch of the day
perf: Improve throughput by +1140%, https://github.com/matrix-org/matrix-rust-sdk/pull/5411.
It was fun to track it down.
Patch of the day
perf: Improve throughput by +1140%, https://github.com/matrix-org/matrix-rust-sdk/pull/5411.
It was fun to track it down.
"Premature optimization is the root of all evil." - Donald Knuth. Write clear, correct code first. Profile to find actual bottlenecks, then optimize those specific areas. #SoftwareEngineering#Performance
"Premature optimization is the root of all evil." - Donald Knuth. Write clear, correct code first. Profile to find actual bottlenecks, then optimize those specific areas. #SoftwareEngineering#Performance
uInit - Instructions on obtaining stable benchmarks results on modern Linux distro - by yugr:
A space for Bonfire maintainers and contributors to communicate