Search found 93 matches: optimization

Return to advanced search

Re: Mejoras para scintilla

----------------------------------------- NEW VERSION 02/01/2016 ----------------------------

- Minor bugs fixed
- Optimization code

https://bitbucket.org/fivetech/fivewin- ... edit34.zip
by cnavarro
Sat Jan 02, 2016 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 873772

Re: Files Needed - ADS / Harbour / MSVC 2013

... Visual Studio 2013. Other than the expected bugs from such a large application ( EXE files run about 10 MB in size ), and such massive internal optimization, it is running quite well. My client is very happy with the performance, and soon we will put it into far more companies. I'm glad we made ...
by TimStone
Thu Oct 22, 2015 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Replies: 25
Views: 4317

Re: hb_xrealloc can't reallocate memory

... results, or an smart buffer to moderate the IO. I've solved the problems, and so Tim and James did, so it doesn't look like 'premature optimization', better call it 'reengineering' :) I see immediate uses of this solution for me: logging to files, html/xml generation, etc. In case of ...
by Carlos Mora
Thu Sep 03, 2015 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7392

Re: hb_xrealloc can't reallocate memory

... possible solution. I'm not sure what you mean--that the problem was in my code? I dont' know, but I know that you should not make "premature optimization". We don't need a general tool for buffered write. We need to clear understand if and where the problem is. EMG
by Enrico Maria Giordano
Thu Sep 03, 2015 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7392

Re: PUBLIC var declaration issue

... It worked, but I never gave much time to optimizing, or cleaning up variables ... just trapped problems and fixed it. When I started my "optimization project" 10 months ago, and started developing classes, it certainly cleaned up a lot of the code. However it's hard to maintain 100% ...
by TimStone
Sun Aug 30, 2015 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6501

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... likely offer most of the above Array support plus few additional methods. BIT Operators: -------------- xHarbour support (including compile time optimization) BIT operations: AND, OR, XOR, SHIFT RIGHT, SHIFT LEFT Except for 'XOR' C syntax is used: & == and | == or ^^ == xor >> == shift ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2314

Re: ADO RDD xHarbour

... I have not been able to test last version due lack of time. Does it work with Access now?. Which RDBMS have you tested?. Regarding configuration optimization settings, please review adofuncs.prg Fw_OpenAdoConnection and FW_OpenRecordSet. They are high optimized and work very well. Also, for a ...
by AHF
Fri May 08, 2015 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452433

Re: ADO RDD xHarbour

... I have not been able to test last version due lack of time. Does it work with Access now?. Which RDBMS have you tested?. Regarding configuration optimization settings, please review adofuncs.prg Fw_OpenAdoConnection and FW_OpenRecordSet. They are high optimized and work very well. Also, for a ...
by lucasdebeltran
Thu May 07, 2015 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452433

Re: Migration from Bcc to msvc

... ADS files from Harbour at this time, but they do not include ADS 7 or 8. I still have that issue to work around. Right now I'm on a massive code optimization project with these files, so that will come "next month". I also have found some differences between the UE Studio and VS 2013 ...
by TimStone
Mon Mar 16, 2015 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration from Bcc to msvc
Replies: 17
Views: 7190

Re: Improvements Scintilla (Sciedit)

... Editor on lines with errors - Search and Replace Dialog - Full implementation of the clipboard (Historical evidence) - Other improvements and optimization - Minor bugs - Drag & Drop implemented in Tree Project Complete application, downloaded from: https://bitbucket.org/navarro_cristobal/fivedit/downloads ...
by cnavarro
Mon Feb 09, 2015 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Improvements Scintilla (Sciedit)
Replies: 4
Views: 914

Re: For Mr. Nages

Rao,

sorry but we still haven't a sample demonstrating that DBFCDX do optimize filters. My sample in another thread shows that there is no speed difference between using and not using indexes, so it looks like no optimization occur. Let's hope I'm wrong... :-)

EMG
by Enrico Maria Giordano
Thu Feb 05, 2015 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr. Nages
Replies: 8
Views: 1969

Re: For Mr. Nages

... No. I advise you NOT to create any conditional ( using for clause ) in the main CDX. Please note that conditional indexes are not used for filter optimization. Instead, create one additional TAG like this for every DBF (large and medium) INDEX ON DELETED() TAG DELETED When you browse a DBF, USE ...
by nageswaragunupudi
Wed Feb 04, 2015 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr. Nages
Replies: 8
Views: 1969

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... least some of the combinations. I think the point is, that some filters will be optimized if there is a useful index. And this is better than no optimization ever--which was the old way. You also have to consider probability. There are a few combinations of fields that users will search often, ...
by James Bott
Wed Feb 04, 2015 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8431

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... this filter SET FILTER TO FIELD -> cliente = "A" can not be optimized at all. As I said earlier, DBFCDX provides capabilities of optimization, provided the programmer wants to avail the benefits of these capabilities. In this case we can not say DBFCDX is slow. If there is an ...
by nageswaragunupudi
Wed Feb 04, 2015 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8431

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

Enrico,

Hmm, you can't compare with and without a filter to see optimization. It seems you would have to compare the filter compiled with xHarbour (with optimization) v.s. Clipper (without optimization).

James
by James Bott
Wed Feb 04, 2015 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8431
PreviousNext

Return to advanced search