Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.asm.x86 > #7408
| From | Terje Mathisen <terje.mathisen@nospicedham.tmsw.no> |
|---|---|
| Newsgroups | comp.lang.asm.x86 |
| Subject | Re: Speeding up code - am I missing something? |
| Date | 2018-08-17 08:49 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <pl5r5a$15io$1@gioia.aioe.org> (permalink) |
| References | <pl1s0v$r0c$1@dont-email.me> <pl476g$mii$2@gioia.aioe.org> <pl4cto$c8b$1@dont-email.me> |
Robert Prins wrote: > On 2018-08-16 16:02, Terje Mathisen wrote: >> (newsgroups limited to just clax86, my server does not allow >> indiscriminate cross-posting.) >> >> Robert, you do realize that anything you are going to print will >> take billions of cycles for every second the printer needs to >> actually print the pages? > > Really? ROFL... > > Of course I do realise that once I/O is added, all bets are off. But > as I've mentioned in another reply you may already have seen, > sometimes others approach a problem from a completely different > angle, with stunning results. OK, here's the most obvious (?) one: Create a function for each of these lists, put them all on an array and call them in order with the current item: Each time a list has been completed, the corresponding function pointer removes itself from the array of functions to be called. Terje -- - <Terje.Mathisen at tmsw.no> "almost all programming can be viewed as an exercise in caching"
Back to comp.lang.asm.x86 | Previous | Next — Previous in thread | Next in thread | Find similar
Speeding up code - am I missing something? Robert Prins <robert@nospicedham.prino.org> - 2018-08-15 21:37 +0000
Re: Speeding up code - am I missing something? Peter Flass <peter_flass@nospicedham.yahoo.com> - 2018-08-15 17:52 -0400
Re: Speeding up code - am I missing something? Robert Prins <robert@nospicedham.prino.org> - 2018-08-16 19:51 +0000
Re: Speeding up code - am I missing something? Terje Mathisen <terje.mathisen@nospicedham.tmsw.no> - 2018-08-16 18:02 +0200
Re: Speeding up code - am I missing something? Robert Prins <robert@nospicedham.prino.org> - 2018-08-16 20:38 +0000
Re: Speeding up code - am I missing something? Terje Mathisen <terje.mathisen@nospicedham.tmsw.no> - 2018-08-17 08:49 +0200
Re: Speeding up code - am I missing something? Robert Prins <robert@nospicedham.prino.org> - 2018-08-17 19:20 +0000
Re: Speeding up code - am I missing something? Robert Prins <robert@nospicedham.prino.org> - 2018-08-23 17:21 +0000
Re: Speeding up code - am I missing something? Peter Flass <peter_flass@nospicedham.yahoo.com> - 2018-08-23 11:47 -0400
csiph-web