Hacker News
- Rust: Zero-Cost Abstraction in Action https://idursun.com/posts/rust_zero_cost_abstractions_in_action/ 44 comments
- What Is the Minimal Set of Optimizations Needed for Zero-Cost Abstraction? https://robert.ocallahan.org/2020/08/what-is-minimal-set-of-optimizations.html 73 comments
Lobsters
- Zero-cost abstractions https://ruudvanasseldonk.com/2016/11/30/zero-cost-abstractions 3 comments rust
- Zero-cost abstractions https://carette.xyz/posts/zero_cost_abstraction/ 14 comments rust
- Zero-cost abstractions https://ruudvanasseldonk.com/2016/11/30/zero-cost-abstractions 5 comments rust
- Zero-cost abstractions https://ruudvanasseldonk.com/2016/11/30/zero-cost-abstractions 118 comments programming
- A Wishlist of Zero-Cost Abstractions https://borretti.me/article/wishlist-zero-cost-abstractions 27 comments programminglanguages
- Rust has no zero-cost abstractions https://www.reddit.com/r/rust/comments/bpep6h/zero_cost_abstractions/ensyzn1/?utm_source=share&utm_medium=ios_app 6 comments programming
- A Wishlist of Zero-Cost Abstractions http://eudoxia.me/article/wishlist-zero-cost-abstractions 17 comments programming
- The Intricacies of Rust's Zero-Cost Abstractions https://procmarco.com/blog/2023-01-10-zero-cost/ 15 comments rust
- Zero-cost iterator abstractions...not so zero-cost? https://github.com/darkwyrm/base85/blob/main/src/lib.rs#L68 66 comments rust
- CppCon 2019: Chandler Carruth “There Are No Zero-cost Abstractions” https://www.youtube.com/watch?v=rHIkrotSwcc 15 comments rust
- CppCon 2019: Chandler Carruth “There Are No Zero-cost Abstractions” https://www.youtube.com/watch?v=rHIkrotSwcc 112 comments cpp
- CppCon 2019: Chandler Carruth “There Are No Zero-cost Abstractions” https://www.youtube.com/watch?v=rHIkrotSwcc 51 comments programming
- Tuples as zero-cost abstractions for interpreted languages. https://github.com/maniospas/Blombly 7 comments programminglanguages
- It turns out `std::tuple` is not a zero-cost abstraction https://www.reddit.com/r/cpp/comments/ilujab/it_turns_out_stdtuple_is_not_a_zerocost/ 40 comments cpp
- What Is The Minimal Set Of Optimizations Needed For Zero-Cost Abstraction? https://robert.ocallahan.org/2020/08/what-is-minimal-set-of-optimizations.html 19 comments rust
- What Is The Minimal Set Of Optimizations Needed For Zero-Cost Abstraction? https://robert.ocallahan.org/2020/08/what-is-minimal-set-of-optimizations.html 45 comments cpp
- What do Rust's buzzwords like "safe" and "zero-cost abstraction" mean? https://www.reddit.com/r/rust/comments/5lg3ih/what_do_rusts_buzzwords_like_safe_and_zerocost/ 43 comments rust
- Zero-Cost Abstractions in Rust - Unlocking High Performance and Expressiveness https://monomorph.is/posts/zero-cost-abstractions/ 9 comments rust
- Zero-cost template abstraction for Einstein notation summations and reductions https://github.com/dsharlet/array#einstein-reductions 21 comments cpp
- Scientific computing in Rust - A blog series (Part 1 - Zero-cost abstractions) https://www.reddit.com/r/rust/comments/b0lwl2/scientific_computing_in_rust_a_blog_series_part_1/ 16 comments rust
- C++ zero-cost abstraction for switching SoA/AoS memory layouts https://github.com/crosetto/soavsaos 12 comments cpp
- Is there any abstraction in haskell like described in "Zero-cost futures in Rust" https://www.reddit.com/r/haskell/comments/4xbvsm/is_there_any_abstraction_in_haskell_like/ 18 comments haskell
- Range-based for loops aren't zero-cost abstractions compared to C-style for loops? https://godbolt.org/z/Pe3q87EYj 5 comments cpp