jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Slang performance of jed


Hi,

it looks like there going something wrong in jed.

Testfile:
#v+
$1=1000000;
$2=0;

variable a,b,c;
tic();
loop ( $1 ) !if($2);
a=toc();
  
tic();
loop ( $1 ) if( $2 != 0);
b=toc();

message( string(a) + ", " + string(b) );
#v-

slsh -> 0.92, 1.8
slrn -> 0,92, 1,81
jed -> 7.57, 6.05

$ slsh --version
slsh version 0.4-2
S-Lang Library Version: 1.4.5

$ slrn --version
Slrn 0.9.7.4 [2002-03-13]
Version der S-Lang-Bibliothek: 1.4.5

$ jed --version
jed version: 0.99.16/Unix
 Compiled with GNU C 2.95
S-Lang version: 1.4.5

Joerg.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2003 date index] [2003 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]