References
List of all the references mentioned in all of the website, in random order.
- Algorithmica - Branchless Programming
- Algorithmica - Cache Associativity
- Berkeley - Cache Associativity
- GCC - GCC Common Function Attribute
- GCC - GCC Link Time Optimization
- Inlining function
- LLVM - LLVM Link Time Optimization
- No Branch
- StackOverflow - Measuring Cache Latencies
- StackOverflow - Why is processing a sorted array faster than processing an unsorted array?
- StackOverflow - clang ignoring attribute noinline
- The Old New Thing - An informal comparison of the three major implementations of std::string
- Wikipedia - Branch Predictor
- Wikipedia - Cache Placement Policies
- Wikipedia - Cache Prefetching
- Wikipedia - Division Algorithm
- Wikipedia - False Sharing
- Wikipedia - Minor Page Fault
- Wikipedia - Profile-Guided Optimization
- Wikipedia - Register Allocation
- Wikipedia - Register Renaming
- Wikipedia - Restrict
- Wikipedia - Superscalar Processor
- division by a constant into multiplication
- docs.kernel.org - False Sharing
- easyperf - Store forwarding by example
- libdivide
- perf c2c
- perf c2c man page
- unsigned integer divison