Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Sound of the Week Pin
musefan4-Mar-22 4:51
musefan4-Mar-22 4:51 
GeneralRe: Sound of the Week Pin
Sander Rossel4-Mar-22 5:32
professionalSander Rossel4-Mar-22 5:32 
GeneralRe: Sound of the Week Pin
musefan4-Mar-22 6:25
musefan4-Mar-22 6:25 
GeneralRe: Sound of the Week Pin
Sander Rossel5-Mar-22 0:53
professionalSander Rossel5-Mar-22 0:53 
GeneralRe: Sound of the Week Pin
Nelek5-Mar-22 0:57
protectorNelek5-Mar-22 0:57 
GeneralMy Paltry Build System Pin
BernardIE53173-Mar-22 14:46
BernardIE53173-Mar-22 14:46 
GeneralRe: My Paltry Build System Pin
Greg Utas3-Mar-22 14:53
professionalGreg Utas3-Mar-22 14:53 
GeneralRe: My Paltry Build System Pin
honey the codewitch3-Mar-22 15:04
mvahoney the codewitch3-Mar-22 15:04 
C++ compile times vary widely depending on the programming paradigm you employ.

If you're doing OOP or procedural, compile types are pretty snappy and statically related to the size of the source.

If you're doing generic programming, particularly with metaprogramming, compile times are function of how much processing you're telling the compiler to do for you during the build. Some systems like The Spirit Framework do complex grammar table computations at compile time. For a LALR(1) table for the Javascript language that could make a compile of that take minutes, easily - maybe 10 depending on the machine.
To err is human. Fortune favors the monsters.

GeneralRe: My Paltry Build System Pin
David O'Neil3-Mar-22 15:08
professionalDavid O'Neil3-Mar-22 15:08 
GeneralRe: My Paltry Build System Pin
englebart3-Mar-22 16:52
professionalenglebart3-Mar-22 16:52 
GeneralRe: My Paltry Build System Pin
Greg Utas4-Mar-22 0:51
professionalGreg Utas4-Mar-22 0:51 
GeneralRe: My Paltry Build System Pin
dandy724-Mar-22 6:16
dandy724-Mar-22 6:16 
GeneralRe: My Paltry Build System Pin
Maximilien4-Mar-22 1:14
Maximilien4-Mar-22 1:14 
GeneralRe: My Paltry Build System Pin
Dan Neely4-Mar-22 3:20
Dan Neely4-Mar-22 3:20 
GeneralRe: My Paltry Build System Pin
Gary R. Wheeler4-Mar-22 14:02
Gary R. Wheeler4-Mar-22 14:02 
GeneralRe: My Paltry Build System Pin
englebart4-Mar-22 14:48
professionalenglebart4-Mar-22 14:48 
GeneralRussian Invasion of Ukraine Pin
Bram van Kampen3-Mar-22 13:29
Bram van Kampen3-Mar-22 13:29 
GeneralRe: Russian Invasion of Ukraine Pin
Nick Polyak3-Mar-22 14:31
mvaNick Polyak3-Mar-22 14:31 
GeneralRe: Russian Invasion of Ukraine Pin
Greg Utas3-Mar-22 14:48
professionalGreg Utas3-Mar-22 14:48 
GeneralRe: Russian Invasion of Ukraine Pin
Jörgen Andersson3-Mar-22 22:24
professionalJörgen Andersson3-Mar-22 22:24 
GeneralCCC 2022-03-04 Pin
Greg Utas3-Mar-22 11:46
professionalGreg Utas3-Mar-22 11:46 
GeneralRe: CCC 2022-03-04 Pin
OriginalGriff3-Mar-22 19:47
mveOriginalGriff3-Mar-22 19:47 
GeneralRegistry cleaner Pin
VE23-Mar-22 9:39
VE23-Mar-22 9:39 
GeneralRe: Registry cleaner Pin
Mike Hankey3-Mar-22 11:34
mveMike Hankey3-Mar-22 11:34 
GeneralRe: Registry cleaner Pin
VE23-Mar-22 13:27
VE23-Mar-22 13:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.