Respuestas al mensaje #910

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Vecr

Programming thread

Profile your program, write micro-benchmarks for interesting sections, when you tweak those sections you can use those benchmarks as guidance...
Shoggoth

Programming thread

Allocate the memory structures you'll need in advance in a large pool, take them from the pool instead of allocating dynamically. Return to pool...
SIGSEGV

Programming thread

Pass objects by reference unless the function absolutely has to have its own copy. Never use naked new/delete, use smart pointers instead Just...
Atrás
Top Abajo