An open API service indexing awesome lists of open source software.

https://github.com/saucecontrol/solution2

Code from the Solution2 talk: C# is Faster than C++!!!!!1!!!
https://github.com/saucecontrol/solution2

Last synced: 9 months ago
JSON representation

Code from the Solution2 talk: C# is Faster than C++!!!!!1!!!

Awesome Lists containing this project

README

          

This repo accompanies the Solution2 talk "[C# is Faster Than C++!!!!!1!!!](https://www.youtube.com/watch?v=T4Ao-GUeEQ0)"

#### Useful Links

Video: [Deep Dive on Native AOT](https://www.youtube.com/watch?v=Gmn-4mVSjq4)

Video: [Dynamic PGO](https://www.youtube.com/watch?v=WrpYcGic9b8)

Video: [New Features in the .NET 9 JIT](https://www.youtube.com/watch?v=1bsTnaLchi4)

SIMD premultiply question: https://stackoverflow.com/questions/56430849/how-to-make-premultiplied-alpha-function-faster-using-simd-instructions

Intel intrinsics guide: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html

SIMD instruction diagrams: https://www.officedaytime.com/simd512e/

Instruction Timings: https://uops.info/table.html

Multiplication by division: https://ridiculousfish.com/blog/posts/labor-of-division-episode-i.html

Bit twiddling tricks: https://graphics.stanford.edu/~seander/bithacks.html