PureBasic 6.12 LTS is out !
Re: PureBasic 6.12 beta 4 is out !
Thanks !
Re: PureBasic 6.12 beta 4 is out !
@fred, all seems to be working for me and the latest package 

- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 6.12 beta 4 is out !
Looks like it compiles very fast with the new re-uploaded package
-
- Addict
- Posts: 989
- Joined: Sun Jul 25, 2004 4:21 pm
- Location: USoA
Re: PureBasic 6.12 beta 4 is out !
@Fred -- I'm a scaredy cat. 

- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Randy
I *never* claimed to be a programmer.
-
- Addict
- Posts: 989
- Joined: Sun Jul 25, 2004 4:21 pm
- Location: USoA
Re: PureBasic 6.12 beta 3 is out !
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.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!
viewtopic.php?p=133151#p133151
Really Fred. Can't you cut it down to half the size AND maintain the speed increase.

- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Randy
I *never* claimed to be a programmer.
Re: PureBasic 6.12 beta 4 is out !
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
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
Re: PureBasic 6.12 beta 4 is out !
I don't understand the some people obsession to get ridiculous (nowadays) small file sizes 

Re: PureBasic 6.12 beta 3 is out !
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 funRandy Walker wrote: Mon Sep 09, 2024 12:22 am22k 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.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!
viewtopic.php?p=133151#p133151
Really Fred. Can't you cut it down to half the size AND maintain the speed increase.![]()


More info here https://www.purebasic.fr/blog/?p=538
Re: PureBasic 6.12 beta 4 is out !
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.
Re: PureBasic 6.12 beta 4 is out !
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 nothingBarryG 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.

Re: PureBasic 6.12 beta 4 is out !
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.
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
Re: PureBasic 6.12 beta 4 is out !
Probably best to open a bug report/revive a bug thread, bugs reported in release threads like this tend to get lostWolfram 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.

Re: PureBasic 6.12 beta 4 is out !
I had already done that, but the forum has been cleaned up in the meantime and my Topic is deleted.Quin wrote: Mon Sep 09, 2024 5:06 pmProbably best to open a bug report/revive a bug thread, bugs reported in release threads like this tend to get lostWolfram 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.![]()
macOS Catalina 10.15.7
Re: PureBasic 6.12 beta 4 is out !
Do you mean this topic?Wolfram wrote: Mon Sep 09, 2024 5:40 pmI had already done that, but the forum has been cleaned up in the meantime and my Topic is deleted.Quin wrote: Mon Sep 09, 2024 5:06 pmProbably best to open a bug report/revive a bug thread, bugs reported in release threads like this tend to get lostWolfram 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.![]()
-
- Addict
- Posts: 989
- Joined: Sun Jul 25, 2004 4:21 pm
- Location: USoA
Re: PureBasic 6.12 beta 3 is out !
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 seriouslyFred wrote: Mon Sep 09, 2024 9:56 amWhy 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 funRandy 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.![]()
. And we heard you, really, no need to get back at it every posts: viewtopic.php?t=85217
More info here https://www.purebasic.fr/blog/?p=538


- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Randy
I *never* claimed to be a programmer.