curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

C++ Optimizations subtopic

Open lukem512 opened this issue 7 years ago • 9 comments

I found some old notes for interesting C/C++ optimizations so I decided to collect them into a subtopic.

  • [ ] unrolling loops (advanced)
  • [ ] ??? (advanced)
  • [ ] ??? (advanced)
  • [ ] loop invariants (medium)
  • [ ] ??? (medium)

lukem512 avatar Mar 08 '17 13:03 lukem512

  • [ ] https://enkipro.com/preview-insight/sagelabs/content/C++/Optimizations/benchmarking-your-applications.md?ref=e0601738a4bfa3416567225fb2ee35b2839d3322
  • [ ] https://enkipro.com/preview-insight/sagelabs/content/C++/Optimizations/benchmarking-your-functions.md?ref=e0601738a4bfa3416567225fb2ee35b2839d3322
  • [ ] https://enkipro.com/preview-insight/sagelabs/content/C++/Optimizations/compiler-optimization-flag.md?ref=e0601738a4bfa3416567225fb2ee35b2839d3322
  • [ ] https://enkipro.com/preview-insight/sagelabs/content/C++/Optimizations/multiples-and-range-limits.md?ref=e0601738a4bfa3416567225fb2ee35b2839d3322
  • [ ] https://enkipro.com/preview-insight/sagelabs/content/C++/Optimizations/restricting-pointers.md?ref=e0601738a4bfa3416567225fb2ee35b2839d3322

enki-hq avatar Mar 08 '17 13:03 enki-hq

sweet, looks great @lukem512 you plan on writing more optimisations insights?

loopiezlol avatar Mar 09 '17 14:03 loopiezlol

Those are the only two that I have written down. I could write some more though, if necessary

lukem512 avatar Mar 09 '17 14:03 lukem512

@lukem512 can't be stopped

loopiezlol avatar Mar 15 '17 21:03 loopiezlol

@Loopiezlol it's good holiday work!

lukem512 avatar Mar 15 '17 21:03 lukem512

@lukem512 wrt to the last commit, there's also the beginner level, while basic can be interpreted as familiar

loopiezlol avatar Mar 15 '17 21:03 loopiezlol

@lukem512 would you like these to be in the same workout? if so, this won't happen atm because of the different levels

loopiezlol avatar Mar 21 '17 17:03 loopiezlol

otherwise, nice content 😄

loopiezlol avatar Mar 21 '17 17:03 loopiezlol

My intention was to do 2 workouts, one for each level. I'm not quite finished though!

lukem512 avatar Mar 21 '17 23:03 lukem512