adr1an
link
fedilink
110M

deleted by creator

  1. too early optimization
  2. optimization once performance bottlenecks are found
  3. TBD
  4. TBD

All jokes aside, I like the way this article breaks down types of optimizations. Especially the forth, as that tends to be the answer on occasion.

@JWolf@programming.dev
link
fedilink
3
edit-2
10M

I feel like he jumped into “hard” optimisation too fast.

I would say when you find code running slow, first you do:

  • only do nessesarry work, if we only need to look up a persons name we do not need to load all and everything and their image for that person from a DB, File or alike (fewer calls)

  • dont do the same work twice, if you already calculated something you might not need to calculate it twice (example: caching)

then if perfromance is still an issue, do what he suggests in the article :)

Create a post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



  • 1 user online
  • 1 user / day
  • 1 user / week
  • 1 user / month
  • 1.11K users / 6 months
  • 1 subscriber
  • 1.21K Posts
  • 17.8K Comments
  • Modlog