Parallel
tonkin.lst
Associated article: Inserting Elements Into a Basic Integer Array
Tags: Parallel
_INSERTING ELEMENTS INTO A BASIC INTEGER_
by Bruce Tonkin
Listing One
The Test Program
defint a-z
rem $dynamic
dim a(10000)
for i = 1 to 10000: a(i) = i: next i
t! = timer
for i = 1 to 10000
b = 9999
call iinsert(seg a(1), b)
a(1) = ...


