Click here to Skip to main content
15,921,028 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: I feel old :( Pin
Marc Clifton5-Nov-13 5:48
mvaMarc Clifton5-Nov-13 5:48 
GeneralFacinating Aida Pin
DaveAuld4-Nov-13 6:08
professionalDaveAuld4-Nov-13 6:08 
GeneralRe: Facinating Aida Pin
OriginalGriff4-Nov-13 6:24
mveOriginalGriff4-Nov-13 6:24 
JokeBar humor PinPopular
Ravi Bhavnani4-Nov-13 5:46
professionalRavi Bhavnani4-Nov-13 5:46 
GeneralRe: Bar humor Pin
Mike Hankey4-Nov-13 6:04
mveMike Hankey4-Nov-13 6:04 
GeneralRe: Bar humor Pin
Ron Anders4-Nov-13 14:31
Ron Anders4-Nov-13 14:31 
GeneralThe rad trap (warning code but not a question) Pin
Ennis Ray Lynch, Jr.4-Nov-13 5:41
Ennis Ray Lynch, Jr.4-Nov-13 5:41 
GeneralRe: The rad trap (warning code but not a question) Pin
Marc Clifton4-Nov-13 6:02
mvaMarc Clifton4-Nov-13 6:02 
Piece-wise memory allocation is painful. For a particular project analyzing end-of-life failure modes on satellite switch rings, I have a function that "simply" spins up a list (several million members) of "random" (but balanced) failures to test. It takes minutes to generate the list, most of this is memory allocations going on behind the scenes of the list management. I never bothered to "un-safe" the algorithm. Smile | :)

And yes, zip is painfully slow. And when I looked at using a serialized zip stream, I discovered it's not a true stream - you can't just shove data in and expect it to stream it out as it works through the compression - the whole damn thing has to be compressed in memory first before it starts spitting out the compressed data to the stream. I discovered that years ago, I think I even wrote an article about it.

Marc

GeneralRe zipping Pin
Ennis Ray Lynch, Jr.4-Nov-13 6:10
Ennis Ray Lynch, Jr.4-Nov-13 6:10 
GeneralRe: The rad trap (warning code but not a question) Pin
Roger Wright4-Nov-13 8:10
professionalRoger Wright4-Nov-13 8:10 
GeneralRe: The rad trap (warning code but not a question) Pin
Ennis Ray Lynch, Jr.4-Nov-13 8:26
Ennis Ray Lynch, Jr.4-Nov-13 8:26 
GeneralRe: The rad trap (warning code but not a question) Pin
Roger Wright4-Nov-13 9:47
professionalRoger Wright4-Nov-13 9:47 
GeneralRe: The rad trap (warning code but not a question) Pin
Ennis Ray Lynch, Jr.4-Nov-13 10:08
Ennis Ray Lynch, Jr.4-Nov-13 10:08 
GeneralRe: The rad trap (warning code but not a question) Pin
TheGreatAndPowerfulOz4-Nov-13 10:19
TheGreatAndPowerfulOz4-Nov-13 10:19 
GeneralRe: The rad trap (warning code but not a question) Pin
Roger Wright4-Nov-13 10:25
professionalRoger Wright4-Nov-13 10:25 
GeneralRe: The rad trap (warning code but not a question) Pin
Shaun Wilde4-Nov-13 13:39
Shaun Wilde4-Nov-13 13:39 
QuestionData Entry Systems Pin
Marcus J. Smith4-Nov-13 5:29
professionalMarcus J. Smith4-Nov-13 5:29 
AnswerRe: Data Entry Systems Pin
mikepwilson4-Nov-13 5:41
mikepwilson4-Nov-13 5:41 
JokeMicrosoft Makes one Pin
Ennis Ray Lynch, Jr.4-Nov-13 5:42
Ennis Ray Lynch, Jr.4-Nov-13 5:42 
AnswerRe: Data Entry Systems Pin
Marc Clifton4-Nov-13 5:52
mvaMarc Clifton4-Nov-13 5:52 
GeneralRe: Data Entry Systems Pin
Marcus J. Smith4-Nov-13 6:27
professionalMarcus J. Smith4-Nov-13 6:27 
GeneralRe: Data Entry Systems Pin
Marc Clifton4-Nov-13 7:21
mvaMarc Clifton4-Nov-13 7:21 
GeneralRe: Data Entry Systems Pin
Marcus J. Smith4-Nov-13 7:30
professionalMarcus J. Smith4-Nov-13 7:30 
GeneralRe: Data Entry Systems Pin
Marc Clifton4-Nov-13 8:22
mvaMarc Clifton4-Nov-13 8:22 
AnswerRe: Data Entry Systems Pin
Shuqian Ying4-Nov-13 13:46
Shuqian Ying4-Nov-13 13:46 

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.