![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: how not use memmove when insert a object in the list
From: John Machin <sjmachin@lexicon.net>
Date: Sun Apr 30 2006 - 15:02:41 CEST
On 30/04/2006 11:57 AM, kyo guan wrote:
> for (i = n; --i >= where; ) /// here, why not use memmove? it would be more speed then this loop.
Here's a guess, based on similar work on another language a few
memmove() is very general-purpose, and starts with byte addresses and a
|