Click here to Skip to main content
15,889,808 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.

 
QuestionRe: use of build time Pin
Randor 22-Feb-21 13:22
professional Randor 22-Feb-21 13:22 
AnswerRe: use of build time Pin
BernardIE531723-Feb-21 7:51
BernardIE531723-Feb-21 7:51 
GeneralRe: use of build time Pin
Kiriander22-Feb-21 21:24
Kiriander22-Feb-21 21:24 
GeneralRe: use of build time Pin
Davyd McColl22-Feb-21 23:17
Davyd McColl22-Feb-21 23:17 
GeneralRe: use of build time Pin
Thornik22-Feb-21 23:11
Thornik22-Feb-21 23:11 
GeneralRe: use of build time Pin
Carlos Perez Chavez23-Feb-21 2:22
Carlos Perez Chavez23-Feb-21 2:22 
GeneralRe: use of build time Pin
  Forogar  23-Feb-21 2:30
professional  Forogar  23-Feb-21 2:30 
GeneralRe: use of build time Pin
Dan Neely23-Feb-21 3:17
Dan Neely23-Feb-21 3:17 
It was less build time than startup time - the app built in under a minute, but the open project dialog took a few minutes to load (pulling a zillion times more data from the DB to build fat models instead of the 3 or 4 columns from a single table needed for the list) followed by the detailed application model taking a few minutes to compute (overly complex model, and because it was time dependent and took a while to stabilize computing way more data than actually shown).

I ended up spending a few months trying to figure out how to build a Binder Clip Star[^] using a poor set of directions (the linked one at least shows which wire goes on the outside at all steps, but is missing anything about how you need to hold it at some steps to keep it from self-destructing halfway through).

Eventually we got out of crunch mode and I was able to look at things that weren't my assigned tasks (no one else cared that performance was a tire dump fire Cry | :(( ) and un-Elephant | [mastadon] ed the startup code, sped the main model calculation up by a factor of ~2x, and changed how it was used to not need computing huge amounts of data beyond the displayed range for something like 5-20x typical improvement; and got the compile to start testing my code changes cycle down to under a minute. It still took the model a few weeks to go from bogus starting values to a fully stable state; my not done before the contract ran out next step would've been to save daily snapshots of the model state in the DB to allow faster startup (saving the displayed per minute values would've exploded its size and ate the disk, so we had to recompute on load) by another factor of 5-10x at which point it wouldn't have any obnoxiously long "did it lock up?" pauses. Sigh | :sigh:
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

NewsRe: use of build time Pin
W Balboos, GHB23-Feb-21 4:43
W Balboos, GHB23-Feb-21 4:43 
GeneralRe: use of build time Pin
trønderen23-Feb-21 8:39
trønderen23-Feb-21 8:39 
GeneralRe: use of build time Pin
W Balboos, GHB23-Feb-21 8:48
W Balboos, GHB23-Feb-21 8:48 
GeneralRe: use of build time Pin
Kilo2223-Feb-21 19:50
Kilo2223-Feb-21 19:50 
GeneralRe: use of build time Pin
Member 1409260528-Feb-21 21:08
Member 1409260528-Feb-21 21:08 
GeneralSimon Says Pin
Gerry Schmitz22-Feb-21 9:54
mveGerry Schmitz22-Feb-21 9:54 
GeneralRe: Simon Says Pin
Chris Maunder22-Feb-21 10:57
cofounderChris Maunder22-Feb-21 10:57 
GeneralRe: Simon Says Pin
Gerry Schmitz22-Feb-21 12:18
mveGerry Schmitz22-Feb-21 12:18 
GeneralRe: Simon Says Pin
Eddy Vluggen22-Feb-21 12:06
professionalEddy Vluggen22-Feb-21 12:06 
GeneralRe: Simon Says Pin
Randor 22-Feb-21 12:16
professional Randor 22-Feb-21 12:16 
GeneralRe: Simon Says Pin
Gerry Schmitz22-Feb-21 12:24
mveGerry Schmitz22-Feb-21 12:24 
GeneralRe: Simon Says Pin
Randor 22-Feb-21 12:29
professional Randor 22-Feb-21 12:29 
GeneralRe: Simon Says Pin
Jörgen Andersson22-Feb-21 21:01
professionalJörgen Andersson22-Feb-21 21:01 
GeneralMulti-tasking... Pin
Daniel Pfeffer22-Feb-21 8:09
professionalDaniel Pfeffer22-Feb-21 8:09 
GeneralRe: Multi-tasking... Pin
honey the codewitch22-Feb-21 9:09
mvahoney the codewitch22-Feb-21 9:09 
GeneralRe: Multi-tasking... Pin
Rick York22-Feb-21 10:24
mveRick York22-Feb-21 10:24 
GeneralRe: Multi-tasking... Pin
honey the codewitch22-Feb-21 10:31
mvahoney the codewitch22-Feb-21 10:31 

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.