Search found 2 matches

by atomose
Mon Sep 30, 2024 10:39 am
Forum: Liberty BASIC Language
Topic: LBB very slow compare to LB ... any idea ?
Replies: 3
Views: 3481

Re: LBB very slow compare to LB ... any idea ?

hi ! thx for answer.

I used profiler and the slow line are

Code: Select all

print #ini.main, "color ";240;" ";190;" ";150
or

Code: Select all

print #ini.main, "set ";CoorX(x);" ";CoorY(x)
are they the same in BBC BASIC synthaxe ? (where can i have all the BBC BASIC synthaxe ?)
by atomose
Mon Sep 30, 2024 7:26 am
Forum: Liberty BASIC Language
Topic: LBB very slow compare to LB ... any idea ?
Replies: 3
Views: 3481

LBB very slow compare to LB ... any idea ?

hi ! i try to up my program speed with LBB but i was surprised to see that LBB make a program 10x slowler ... have you any idea how is it possible ? thx ' Life Simulation by Atomose Studio (2024) make with LibertyBasic 4.51 pro nomainwin GameVersion = 0.63 : UNIT = 100 : sizeEDITOR = 1 : Dx = 5000 W...