Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
History
Technology
Fiction
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/0e/a0/6b/0ea06bef-d724-4ebf-61db-69b969390a17/mza_9075267775248923469.jpg/600x600bb.jpg
Programming Throwdown
Patrick Wheeler and Jason Gauci
183 episodes
18 hours ago
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
Show more...
How To
Education,
News,
Tech News
RSS
All content for Programming Throwdown is the property of Patrick Wheeler and Jason Gauci and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
Show more...
How To
Education,
News,
Tech News
https://img.transistor.fm/IhqSaVwvmzYJ0dWlRnukvOlZgoZh-YD960VG-nXjuvE/rs:fill:3000:3000:1/q:60/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS9kOTUw/YTAyNmU0OTFkYzM4/NTQ4ZDQyOWU3M2Q5/MGEyZi5qcGc.jpg
181: Memory Management
Programming Throwdown
1 hour 46 minutes
2 months ago
181: Memory Management

Intro topic: Video Game Prices

News/Links:

  • Step one: Jump in the Lava - Abyssoft
    • https://youtu.be/WdadpHLAfdA?si=oXYnhB0EdkR_RaPE
  • Scalable world models for continuous control
    • https://www.tdmpc2.com/
  • Clever code is probably the worst code you could write - Engineer’s Codex
    • https://read.engineerscodex.com/p/clever-code-is-probably-the-worst
  • A new, open source text-to-speech model called Dia has arrived to challenge ElevenLabs, OpenAI and more
    • https://venturebeat.com/ai/a-new-open-source-text-to-speech-model-called-dia-has-arrived-to-challenge-elevenlabs-openai-and-more/


Book of the Show

  • Patrick
    • The Muscle Ladder - Jeff Nippard
      • https://amzn.to/44Dznsz
  • Jason
    • Metaphysics of War
      • https://amzn.to/4jMjvZ5


Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h


Tool of the Show

  • Patrick
    • Pokemon Trading Card Game Pocket
  • Jason
    • Phi-4
      • https://huggingface.co/spaces/microsoft/phi-4-multimodal


Topic: Memory Management

  • Motivation
    • Avoid thrashing / crashes
    • Allocate resources efficiently
    • Keep high uptime
  • Where
    • OS Level
      • Heap management
      • Virtual Memory
    • Language/Compiler Level
      • Cpp
      • Garbage collection
      • Ownership
  • Tools
    • Instrumentation
      • Export to Datadog / Grafana
    • Python: psutil & tracemalloc
    • Valgrind
  • What to do when your program uses too much memory?
    • Reduce data sizes
      • Compression
      • References
      • Lazy initializer
      • Generators & Back Pressure
    • Ring buffers
    • Arena allocators
    • Disk based caching


★ Support this podcast on Patreon ★
Programming Throwdown
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.