Respuestas al mensaje #5,611

  • 🔧 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.
geckogoy

Programming thread

Modulo has an implicit division which is a very slow instruction If specifically detecting evenness, better to just mask for the 1 bit 'number &...
Rusty Metal Skull Gun

Programming thread

All C compilers will optimize foo % 2 to foo & 1. I'd be surprised if Python doesn't do the same. Same with foo /= 2 to foo >>= 1.
Atrás
Top Abajo