- In addition to branch prediction and caching, what other aspects of modern computer architecture should programmers be aware of when writing efficient code? http://en.wikipedia.org/wiki/branch_predictor 164 comments programming
Linking pages
- {n} times faster than C - part one https://owen.cafe/posts/six-times-faster-than-c/ 396 comments
- Let's Branch? Unlikely... - by Henrique Bucher https://lucisqr.substack.com/p/lets-branch-unlikely 50 comments
- Interesting things about the Lua interpreter | thesephist.com https://thesephist.com/posts/lua/ 49 comments
- “Interfaces” with C++20 Concepts – ReachableCode https://www.cppfiddler.com/2019/06/09/concept-based-interfaces/ 42 comments
- Computed goto for efficient dispatch tables - Eli Bendersky's website https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables 34 comments
- Dividing a bit in two for performance – IndexOutOfRange http://indexoutofrange.com/divide-and-conquer-bits-for-performance/ 20 comments
- Python behind the scenes #4: how Python bytecode is executed https://tenthousandmeters.com/blog/python-behind-the-scenes-4-how-python-bytecode-is-executed/ 17 comments
- Mastering C++ with Google Benchmark ⏱️ | Ash's Blog https://ashvardanian.com/posts/google-benchmark/ 12 comments
- Implementing a linear Quadtree in Rust – Daniel Kiss - Software Developer https://snorrwe.onrender.com/posts/morton-table/ 11 comments
- How Roc Compiles Closures https://www.rwx.com/blog/how-roc-compiles-closures 10 comments
- MRISC32 conditional moves – Bits'n'Bites https://www.bitsnbites.eu/mrisc32-conditional-moves/ 7 comments
- Curious case of branch performance - C++ Stories http://www.bfilipek.com/2017/05/curius-case-of-branch-performance.html 6 comments
- Cybersecurity, VPN myths, and the GDPR idiocy – Homo Ludditus https://ludditus.com/2022/10/04/cyberangriff/ 6 comments
- Some performance tricks with .NET strings - Meziantou's blog https://www.meziantou.net/2019/03/04/some-performance-tricks-with-net-strings?amp%3Butm_source=reddit 5 comments
- Intel's Ice Lake Won't Rid Us of the Ghost of Spectre | Digital Trends https://www.digitaltrends.com/computing/intel-ice-lake-wont-rid-spectre/ 5 comments
- Make Python run faster https://hungyuling.com/blog/make-python-run-faster/ 2 comments
- grsecurity - The AMD Branch (Mis)predictor: Just Set it and Forget it! https://grsecurity.net/amd_branch_mispredictor_just_set_it_and_forget_it 1 comment
- Compiling MethodScript to LLVM – MethodScript Dev Blog https://blog.methodscript.com/2021/10/05/compiling-methodscript-to-llvm/ 1 comment
- How to Analyze Assembly to Guide Optimization Strategies | by Karolin Varner | Adobe Tech Blog https://medium.com/adobetech/how-to-analyze-assembly-code-to-guide-optimization-strategies-3be9317c913c 1 comment
- Nintil - Progress in semiconductors, or Moore's law is not dead yet https://nintil.com/progress-semicon/ 0 comments
Related searches:
Search whole site: site:en.wikipedia.org
Search title: Branch predictor - Wikipedia
See how to search.