PureBasic 6.12 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.12 beta 4 is out !

Post by Fred »

Thanks !
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.12 beta 4 is out !

Post by Quin »

@fred, all seems to be working for me and the latest package :)
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 6.12 beta 4 is out !

Post by Psychophanta »

Looks like it compiles very fast with the new re-uploaded package
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Randy Walker
Addict
Addict
Posts: 989
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Re: PureBasic 6.12 beta 4 is out !

Post by Randy Walker »

@Fred -- I'm a scaredy cat. :oops:
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Randy Walker
Addict
Addict
Posts: 989
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Re: PureBasic 6.12 beta 3 is out !

Post by Randy Walker »

elwood wrote: Tue Aug 27, 2024 11:05 pm I had a small script that compiled into a 22KB binary (compiled in 2019). Now with 6.11, it creates a 159KB file. Ouch!
22k jump to 159k is a LOT of bloat. I complained to Fred about that one time in the past. He increased my program performance 2.5 times, but with considerble bloat.
viewtopic.php?p=133151#p133151

Really Fred. Can't you cut it down to half the size AND maintain the speed increase. :shock:
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
plouf
Enthusiast
Enthusiast
Posts: 281
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: PureBasic 6.12 beta 4 is out !

Post by plouf »

File size is NOT as big now . Its reduces in 6.11 vs 6,10

BUT do you also compare BIG programs?
I.e. +10-50-100kb in a 10mb progeam is not a big deal
Also optimizationa possible wirh c backend in BIG progrmas
Moat probably will occur to have a BETTER file fize and faster execution speed...

Its this point of view also ;-)
Christos
User avatar
Caronte3D
Addict
Addict
Posts: 1355
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: PureBasic 6.12 beta 4 is out !

Post by Caronte3D »

I don't understand the some people obsession to get ridiculous (nowadays) small file sizes :?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.12 beta 3 is out !

Post by Fred »

Randy Walker wrote: Mon Sep 09, 2024 12:22 am
elwood wrote: Tue Aug 27, 2024 11:05 pm I had a small script that compiled into a 22KB binary (compiled in 2019). Now with 6.11, it creates a 159KB file. Ouch!
22k jump to 159k is a LOT of bloat. I complained to Fred about that one time in the past. He increased my program performance 2.5 times, but with considerble bloat.
viewtopic.php?p=133151#p133151

Really Fred. Can't you cut it down to half the size AND maintain the speed increase. :shock:
Why do you think it's bloat ? We're using a new CRT and it's increasing the size by a few KB, we don't do it for fun :shock:. And we heard you, really, no need to get back at it every posts: viewtopic.php?t=85217 :shock:

More info here https://www.purebasic.fr/blog/?p=538
BarryG
Addict
Addict
Posts: 4123
Joined: Thu Apr 18, 2019 8:17 am

Re: PureBasic 6.12 beta 4 is out !

Post by BarryG »

My exe is 9 MB before I use UPX on it, which gets it down to 3 MB. A Windows Store App is often 50 MB or more. An exe of 159 KB is nothing in this day and age. Keep it in perspective.
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.12 beta 4 is out !

Post by Quin »

BarryG wrote: Mon Sep 09, 2024 11:21 am My exe is 9 MB before I use UPX on it, which gets it down to 3 MB. A Windows Store App is often 50 MB or more. An exe of 159 KB is nothing in this day and age. Keep it in perspective.
Logitech Options, a very simple (and quite inaccessible) piece of software that lets you connect your Logitech dongle to your keyboard (because that functionality definitely belongs in an app), is 52 MB. 159 KB these days is nothing :)
Wolfram
Enthusiast
Enthusiast
Posts: 604
Joined: Thu May 30, 2013 4:39 pm

Re: PureBasic 6.12 beta 4 is out !

Post by Wolfram »

Hello Fred,

thanks for this update, but I still have problems with the speed of the serial interface.
If I use the serial library from PB 6.0.3 the read speed is two times faster.
Can you tell me what did you change please.
macOS Catalina 10.15.7
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.12 beta 4 is out !

Post by Quin »

Wolfram wrote: Mon Sep 09, 2024 4:56 pm Hello Fred,

thanks for this update, but I still have problems with the speed of the serial interface.
If I use the serial library from PB 6.0.3 the read speed is two times faster.
Can you tell me what did you change please.
Probably best to open a bug report/revive a bug thread, bugs reported in release threads like this tend to get lost ;)
Wolfram
Enthusiast
Enthusiast
Posts: 604
Joined: Thu May 30, 2013 4:39 pm

Re: PureBasic 6.12 beta 4 is out !

Post by Wolfram »

Quin wrote: Mon Sep 09, 2024 5:06 pm
Wolfram wrote: Mon Sep 09, 2024 4:56 pm Hello Fred,

thanks for this update, but I still have problems with the speed of the serial interface.
If I use the serial library from PB 6.0.3 the read speed is two times faster.
Can you tell me what did you change please.
Probably best to open a bug report/revive a bug thread, bugs reported in release threads like this tend to get lost ;)
I had already done that, but the forum has been cleaned up in the meantime and my Topic is deleted.
macOS Catalina 10.15.7
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.12 beta 4 is out !

Post by Quin »

Wolfram wrote: Mon Sep 09, 2024 5:40 pm
Quin wrote: Mon Sep 09, 2024 5:06 pm
Wolfram wrote: Mon Sep 09, 2024 4:56 pm Hello Fred,

thanks for this update, but I still have problems with the speed of the serial interface.
If I use the serial library from PB 6.0.3 the read speed is two times faster.
Can you tell me what did you change please.
Probably best to open a bug report/revive a bug thread, bugs reported in release threads like this tend to get lost ;)
I had already done that, but the forum has been cleaned up in the meantime and my Topic is deleted.
Do you mean this topic?
Randy Walker
Addict
Addict
Posts: 989
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Re: PureBasic 6.12 beta 3 is out !

Post by Randy Walker »

Fred wrote: Mon Sep 09, 2024 9:56 am
Randy Walker wrote: Mon Sep 09, 2024 12:22 am Really Fred. Can't you cut it down to half the size AND maintain the speed increase. :shock:
Why do you think it's bloat ? We're using a new CRT and it's increasing the size by a few KB, we don't do it for fun :shock:. And we heard you, really, no need to get back at it every posts: viewtopic.php?t=85217 :shock:

More info here https://www.purebasic.fr/blog/?p=538
You spoil us Fred with your outstanding (near impossible) achievements in the overall development of PureBasic. Is it really a surprise we come to expect more than the impossible? I can see you take my comments a little too seriously :cry: so I'm going to shut up now. Thanks for sharing your work with us!!! :!: 👍
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Post Reply