Search found 669 matches: faster

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... Good dears If you are still with BCC and xHarbour/Harbour It's time to switch to the best, with MSVC and HARBOR It really is much faster Download newly updated HARBOR for MSVC from https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/README.md Download ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 134

Compiler with MSVC y HARBOUR

Good dears If you are still with BCC and xHarbour/Harbour It's time to switch to the best, with MSVC and HARBOR It really is much faster Download newly updated HARBOR for MSVC from https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/README.md Download Visual ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 134

Re: Using llama64.lib with Harbour

We are checking it with Alexander as it is running very slow, and we don't know why yet

Llama.cpp main.exe runs much faster
by Antonio Linares
Wed Mar 27, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 1143

Re: Question about performance RowSet

... like this: oCn:Insert( "states", "code,name", { { "KK", "KKKK" } } ) Works, faster, I can use it. thank you!
by Eroni
Wed Mar 20, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4029

Re: Question about performance RowSet

... and informattions. RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4029

Re: Question about performance RowSet

RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4029

Re: Does anyone have an Envelope Printing module ?

... right way to print the address barcode. I researched it a few years back but didn't bother to implement it. That would make sending the envelopes faster. Otherwise the PO has to feed them through a machine that prints the barcodes IF it can read the address. Tim
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 572

Re: COMBOBOX

... Rather than go to the site, I downloaded the pages into OneNote for faster reference, and from there I can click on a command and it will take me to the link. The RC for COMBOBOX does not have an option to change the ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 300

FWH Gradiens .. seem slower FWH 2310 - RAO

... I remed out the DarkGreyGrad() function and replaced it with the LightGteyGrad() function .. the LightGreyGrad() function paints the Dialogs much faster cSql := "SELECT * from REQUEST order by [LEAVE] DESC"     // leave dateoRsTrav := TOleAuto():New( "ADODB.Recordset" ...
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177

Re: Soap Web Service - timeout request

Hi Antonio, Thank you. Question, if I set nSecs = 5 and responses comes back faster, will it still wait 5 seconds or process immediately? Does not wait. Processes immediately. Also for additional information: httprequest method SetTimeOuts( nResolveTimeOut, nConnectTimeOut, ...
by nageswaragunupudi
Tue Jan 09, 2024 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 705

Re: Soap Web Service - timeout request

Hi Antonio,
Thank you. Question, if I set nSecs = 5 and responses comes back faster, will it still wait 5 seconds or process immediately?
by cdmmaui
Tue Jan 09, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 705

Re: Using Microsoft AI Phi-2 from FWH

... slower. Check for yourself the best one for you and please share your results here :-) There is a new project, based on llama.cpp, that works 12% faster than llama.cpp, we keep an eye on AI development to offer you the best AI tools for your FWH apps ;-) https://github.com/SJTU-IPADS/PowerInfer
by Antonio Linares
Wed Dec 20, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8282

Back after 10 years due to illness [ Javier Lloris ]

... it helped me at work to create title bars and narrow button bars. Since I used it a lot, just changing the actions as parameters made my work faster. You can use it, modify it or not, that is up to you, in fact in the 2010 programs that I was creating for the community I used it and I will ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Convert a print to Rtf or doc

... edit values inside the cell, validate and immediately save to dbf,recordset or whatever. So they choose what helps them to develop the application faster. In fact I have been thinking of personally approaching you to help me with a html module with the same functionality like this. Next: In this ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-) we would like to have your feedback about building your FWH + Harbour apps using this flag thank you! Hi Antonio, I'm using -gc3 for years!!! I think ...
by toninhofwi
Tue Nov 28, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341
Next

Return to advanced search