Search found 229 matches: slower

Return to advanced search

Re: Extending SetScope()

... gets. The active tag = upper(reflev)+upper(kleur)+upper(size) If I try 10 filtercombinations the results are between 4-20 secs, not knowing why slower some times. Thats why Mr. Rao's presentation will be great.
by Marc Venken
Sun Oct 20, 2024 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 561

Re: Extending SetScope()

... use filters instead of scopes, we can change the index order of the parts browse to any indexed column and do seeks. Note: Filters are still a bit slower than Scopes though the difference in speeds may not be perceptible. 2. Continue using scopes (a) Use compound index "INVOICE+PARTNUMBER" ...
by nageswaragunupudi
Sat Oct 19, 2024 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 561

Re: slowness

... it have to do with Cache which in "Opportunistic Locking" Mode is much slower while must take Care when Data is opened by Different Clients. so open DBF only when need and close it as soon as possible in Network to get ...
by Jimmy
Thu Sep 12, 2024 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Re: error : streams

ACWoo, actually ECC2024.exe is slower than ECC2015.exe, ECC2024.exe buttons disappear. Are you using the TRANSPARENT command in the dialog? Is it a hassle for you to show the SOURCE(.prg) for testing? ACWoo, en realidad ECC2024.exe es más ...
by karinha
Wed Jul 17, 2024 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 1800

Re: error : streams

Why do you think that it is slower ?

How are you comparing the speed ?
by Antonio Linares
Tue Jul 16, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 1800

Re: Best use of aSelected in Xbrowse

... OR 2. MsgRun( cMessage, cTitle, { || <operation> } ) Showing meter/progress reduces the speed very much. oDbf No. This is slower than direct operations on the DBF
by nageswaragunupudi
Tue May 14, 2024 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 294

Re: Slow EXE Launch.

VIRUS? Tested on another computer? Use AVG Antivirus. Harbour is much slower than [x]Harbour, but not by much.

¿VIRUS? ¿Probado en otra computadora? Utilice el antivirus AVG. Harbour es mucho más lento que [x]Harbour, pero no mucho.

Regards, saludos.
by karinha
Tue May 07, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 949

Re: ADS with 64bit FWH Apps

I don’t think those are needed. The last ADS release was 2015. Remote is useful but I find local is slower than the native rddcdx. I distribute the last .dll files they produced for 32 and 64 bit. Those are usually good with versions 10-12, except for 64 bit on 10 & 11. ...
by TimStone
Thu Apr 04, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 3907

Re: Question about performance 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 than the other libs. ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6352

Re: Question about performance 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 than the other libs. ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6352

Re: FWH Gradiens .. seem slower FWH 2310 - RAO

Antonio

Thank you .. been a while since I have looked at those functions .. Your suggestion works!

Rick Lipkin
by Rick Lipkin
Sat Feb 24, 2024 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 362

Re: FWH Gradiens .. seem slower FWH 2310 - RAO

Dear Rick, In function LightGreyGrad() an array with just one element (one subarray) is used In function DarkGreyGrad() an array with two elements (two subarrays) is used so function DarkGreyGrad() is doing more work than function LightGreyGrad() Try with this code: function DarkGreyGrad()  ...
by Antonio Linares
Sat Feb 24, 2024 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 362

FWH Gradiens .. seem slower FWH 2310 - RAO

Rao As you know I use Functions to paint my screen Gradients .. for some reason the DarkGreyGrad() functions paints much slower than the LightGreyGrad) FUnction ... especially with FWH2310 ... older versions of FWH are not effected ... //--------------------Func DarkGreyGrad()SetDlgGradient({{ ...
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: 362

Re: Using Microsoft AI Phi-2 from FWH

We encourage you to try different GGUFs from HuggingFace until you find the best that works for you Orca2 large works very well though it is 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 ...
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: 12303

Re: SetDlgGradient

Rao

I am a bit perplexed ? ... These functions work just fine for me ... what have I done wrong or need to change ?

Thanks
Rick Lipkin

ps, I have noticed with newer versions of FWH that the above gradients paint slower than in previous versions of FWH
by Rick Lipkin
Fri Sep 29, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 1230
Next

Return to advanced search