Click here to Skip to main content
15,881,803 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: Gosh I messed up =( Pin
Ron Anders15-Nov-22 6:14
Ron Anders15-Nov-22 6:14 
GeneralRe: Gosh I messed up =( Pin
jmaida15-Nov-22 7:32
jmaida15-Nov-22 7:32 
GeneralRe: Gosh I messed up =( Pin
honey the codewitch15-Nov-22 8:47
mvahoney the codewitch15-Nov-22 8:47 
GeneralRe: Gosh I messed up =( Pin
jmaida15-Nov-22 9:10
jmaida15-Nov-22 9:10 
GeneralRe: Gosh I messed up =( Pin
MarkTJohnson15-Nov-22 10:18
professionalMarkTJohnson15-Nov-22 10:18 
GeneralRe: Gosh I messed up =( Pin
jmaida15-Nov-22 11:38
jmaida15-Nov-22 11:38 
GeneralRe: Gosh I messed up =( Pin
CPallini15-Nov-22 21:12
mveCPallini15-Nov-22 21:12 
GeneralRe: Gosh I messed up =( Pin
den2k8815-Nov-22 21:18
professionalden2k8815-Nov-22 21:18 
I have some experience in heavy optimization, obviously not the amount you have, but the very first thing I learn is "Floating point: just say no". Fixed point (aka scaled integer arithmetics) is king both for performance and for precision management: while it's true that on average it's less precise than floating point, if the problem has defined or definable boundaries it has the advantage of keeping the same precision on the whole domain.

For engineering purposes it's much more valuable than floating points, for scientific purposes where speed and throughput are tertiary floating wins.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

GeneralRe: Gosh I messed up =( Pin
honey the codewitch15-Nov-22 21:57
mvahoney the codewitch15-Nov-22 21:57 
Generalam I Being Watched Pin
BernardIE531715-Nov-22 1:41
BernardIE531715-Nov-22 1:41 
AnswerRe: am I Being Watched Pin
megaadam15-Nov-22 2:04
professionalmegaadam15-Nov-22 2:04 
GeneralRe: am I Being Watched Pin
Kelly B. 202216-Nov-22 5:22
Kelly B. 202216-Nov-22 5:22 
GeneralRe: am I Being Watched Pin
Edward Aymami15-Nov-22 2:47
Edward Aymami15-Nov-22 2:47 
GeneralRe: am I Being Watched Pin
Slacker00715-Nov-22 4:24
professionalSlacker00715-Nov-22 4:24 
GeneralRe: am I Being Watched Pin
Al_Brown15-Nov-22 21:33
Al_Brown15-Nov-22 21:33 
GeneralRe: am I Being Watched Pin
DougInNC216-Nov-22 2:53
DougInNC216-Nov-22 2:53 
GeneralRe: am I Being Watched Pin
jeron115-Nov-22 4:38
jeron115-Nov-22 4:38 
GeneralRe: am I Being Watched Pin
Charles Andersson15-Nov-22 21:24
Charles Andersson15-Nov-22 21:24 
GeneralRe: am I Being Watched Pin
jeron116-Nov-22 4:20
jeron116-Nov-22 4:20 
GeneralRe: am I Being Watched Pin
LucidDev16-Nov-22 6:44
LucidDev16-Nov-22 6:44 
GeneralRe: am I Being Watched Pin
Rafael Robinson15-Nov-22 5:47
professionalRafael Robinson15-Nov-22 5:47 
GeneralRe: am I Being Watched Pin
DRHuff15-Nov-22 12:16
DRHuff15-Nov-22 12:16 
GeneralRe: am I Being Watched Pin
DougInNC216-Nov-22 2:56
DougInNC216-Nov-22 2:56 
GeneralRe: am I Being Watched Pin
Akash Kumar Sharma15-Nov-22 20:09
Akash Kumar Sharma15-Nov-22 20:09 
GeneralRe: am I Being Watched Pin
sergio.j.silva15-Nov-22 22:05
professionalsergio.j.silva15-Nov-22 22:05 

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.