Click here to Skip to main content
15,879,096 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: Getting the algorithm right Pin
stheller27-Apr-22 7:05
stheller27-Apr-22 7:05 
GeneralRe: Getting the algorithm right Pin
honey the codewitch31-Mar-22 4:00
mvahoney the codewitch31-Mar-22 4:00 
GeneralRe: Getting the algorithm right Pin
kalberts31-Mar-22 7:08
kalberts31-Mar-22 7:08 
GeneralRe: Getting the algorithm right Pin
honey the codewitch31-Mar-22 7:13
mvahoney the codewitch31-Mar-22 7:13 
GeneralRe: Getting the algorithm right Pin
r_hyde31-Mar-22 10:34
r_hyde31-Mar-22 10:34 
GeneralRe: Getting the algorithm right Pin
englebart1-Apr-22 15:38
professionalenglebart1-Apr-22 15:38 
GeneralRe: Getting the algorithm right Pin
Derek Hunter31-Mar-22 20:26
Derek Hunter31-Mar-22 20:26 
GeneralRe: Getting the algorithm right Pin
SeattleC++1-Apr-22 5:30
SeattleC++1-Apr-22 5:30 
Yes, I spent most of a year developing two completely novel, efficient algorithms, resulting in half-a-dozen U.S. patents. I'm "just a developer" but I happened to work at a company where a much more efficient algorithm became necessary because Moore's Law was making our product way too slow on modern circuits. To develop these algorithms, I also had to characterize the performance in big-O terms, of a dozen existing algorithms, including three algorithms we had previously developed ourselves.

In another instance, I had to reverse-engineer the inefficient sort algorithm a customer was using from the English description of a non-technical person, and then implement an efficient algorithm to sort his data in an acceptable time.

I have the same experience as trønderen, spending much of my life integrating known puzzle-pieces off the web into an effective, novel solution. But I have to be aware of algorithms to separate the efficient answers from the inefficient ones. There are recurring patterns underlying efficient algorithms that you can use every day if you are aware of them, and only thinking about and studying algorithms leads you to these patterns. You can tweak your code forever to make it faster, but the only way to achieve an order-of-magnitude performance improvement is to find a faster algorithm. It's just something I do.

GeneralRe: Getting the algorithm right Pin
Gerry Schmitz1-Apr-22 14:28
mveGerry Schmitz1-Apr-22 14:28 
GeneralRe: Getting the algorithm right Pin
stheller27-Apr-22 0:03
stheller27-Apr-22 0:03 
GeneralWhat does Bill Gates do after he farts? .... (most probably a Les?) Pin
0x01AA30-Mar-22 8:48
mve0x01AA30-Mar-22 8:48 
GeneralRe: What does Bill Gates do after he farts? .... (most probably a Les?) Pin
Slacker00730-Mar-22 8:57
professionalSlacker00730-Mar-22 8:57 
GeneralRe: What does Bill Gates do after he farts? .... (most probably a Les?) Pin
0x01AA30-Mar-22 9:52
mve0x01AA30-Mar-22 9:52 
GeneralRe: What does Bill Gates do after he farts? .... (most probably a Les?) Pin
Gary R. Wheeler30-Mar-22 14:46
Gary R. Wheeler30-Mar-22 14:46 
GeneralRe: What does Bill Gates do after he farts? .... (most probably a Les?) Pin
Jörgen Andersson30-Mar-22 20:57
professionalJörgen Andersson30-Mar-22 20:57 
GeneralRe: What does Bill Gates do after he farts? .... (most probably a Les?) Pin
OriginalGriff31-Mar-22 1:12
mveOriginalGriff31-Mar-22 1:12 
GeneralI only drink the finest carbonated mineral waters Pin
Slacker00730-Mar-22 5:37
professionalSlacker00730-Mar-22 5:37 
GeneralRe: I only drink the finest carbonated mineral waters PinPopular
OriginalGriff30-Mar-22 5:56
mveOriginalGriff30-Mar-22 5:56 
GeneralRe: I only drink the finest carbonated mineral waters Pin
raddevus30-Mar-22 8:23
mvaraddevus30-Mar-22 8:23 
GeneralRe: I only drink the finest carbonated mineral waters Pin
trønderen30-Mar-22 8:57
trønderen30-Mar-22 8:57 
GeneralRe: I only drink the finest carbonated mineral waters Pin
fgs196330-Mar-22 10:12
fgs196330-Mar-22 10:12 
GeneralRe: I only drink the finest carbonated mineral waters Pin
trønderen30-Mar-22 10:54
trønderen30-Mar-22 10:54 
GeneralRe: I only drink the finest carbonated mineral waters Pin
pkfox30-Mar-22 10:23
professionalpkfox30-Mar-22 10:23 
GeneralRe: I only drink the finest carbonated mineral waters Pin
trønderen30-Mar-22 11:04
trønderen30-Mar-22 11:04 
GeneralRe: I only drink the finest carbonated mineral waters Pin
OriginalGriff30-Mar-22 11:17
mveOriginalGriff30-Mar-22 11:17 

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.