Search found 93 matches: optimization

Return to advanced search

Re: Interesting discussion with ChtGPT

... It allows you to upload files and you can query about them. In example, I uploaded several Harbour core files and asked it for optimization, improvements, etc. very interesting! :-) Don't forget to select gpt-4-1106-preview from the left menu
by Antonio Linares
Tue Nov 07, 2023 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1249

Re: Fighting Xbrowse and lozing !!!

... What we can do is to read from disk only once per image file and when repainting the same cell, access the image from the memory. That is the best optimization we can do. Based on this approach, I made a test program accessing image files from \fwh\bitmaps folder. In this program I have focused ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1637

Re: Xbrowse bBargetAction and the filtering function for it

... to test the vBargetAction with scopes. But before I try this, I wait for the information that Mr. Rao will provide in the next days depending the optimization rules of filters in DBFCDX, since that is what I use. My change from DBFNTX to DBFCDX some while ago was only in linking the cdx files, ...
by Marc Venken
Tue Jul 05, 2022 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 845

Re: Xbrowse bBargetAction and the filtering function for it

... if this code is still optimised for the current version of FW. The code is somewhere from the forum, but sure a longer time ago. Changes needed ? Optimization has nothing to do the version of FWH. Optimization of filters is dependent of (x)Harbour RDD. DBFCDX and ADS optimize filters if the filters ...
by nageswaragunupudi
Sun Jul 03, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 845

Re: *** Curso de C para programadores Harbour.

xmanuel wrote:
Code: Select all  Expand view
nLen :=  len( a )
for i := 1 to nLen
    ...
next


Yes, but this is an optimization, not a clarification of the code. And it's probably not much effective.

EMG
by Enrico Maria Giordano
Sun Apr 04, 2021 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18459

Re: OT Optimizar query MySql

It does not matter at all whether you use HDO, ADO, Dolphin, TMySql or FWH library. None of them help us to optimize our sql queries. Optimization of queries is something we need to do ourselves. For this purpose, no point discussing which library to use. I do not know how big is `catalogo` ...
by nageswaragunupudi
Wed Mar 04, 2020 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5233

Re: xbrowser footer

I can't see any optimization in the following sample: #include "Fivewin.ch"REQUEST DBFCDXFUNCTION MAIN()    LOCAL nSec    LOCAL n, i    RDDSETDEFAULT( "DBFCDX" )  ...
by Enrico Maria Giordano
Wed Dec 04, 2019 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1358

Re: xbrowser footer

... FOR conditions in Indexes. The purpose of indexes is also to speed up queries (FILTERS). The RDD does not consider indexes with FOR conditions for optimization. That way we forgo some benefits of having indexes. As I suggested please use FILTER TO !DELETED(). There is not much performance impact ...
by nageswaragunupudi
Tue Dec 03, 2019 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1358

Re: to Nages: test for tdatabase

... (not the entire database) are read from the server. But to use this effectively, the programmer should first know that there is this kind of optimization available and then should understand how the optimization works and then should plan the indexes and construct the filter expressions to ...
by nageswaragunupudi
Fri May 10, 2019 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5858

New FTDN January/Enero 2019 (FWH 19.01)

... at all even if a "FOR DELETED()" tag exists. c)If the parameter is set to .T., recycling is compulsorily attempted. For pursposes of optimization, ( i) if a "FOR DELTED()" index exists, that index is used. ( ii) If an index tag with expression "DELTED()" exists, ...
by Antonio Linares
Mon Feb 11, 2019 1:08 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2717

Re: A problem with TDatabase using copy() / Past() ?

We do not think TDatabase methods need external help for optimization.
We recommend using them directly as FWH provided.
by nageswaragunupudi
Thu Jan 31, 2019 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with TDatabase using copy() / Past() ?
Replies: 7
Views: 1206

Re: Carlos Mora y la mala leche de la string concatenation

Very interesting discussion among experts about optimization of string operations, avoiding memory fragmentation, etc. Though this topic interests me too, at the moment, I am not discussing that topic. The discussion appears to have started with ...
by nageswaragunupudi
Fri May 04, 2018 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carlos Mora y la mala leche de la string concatenation
Replies: 20
Views: 4334

Re: A question about function FW_Cdxcreate()

... as character type. In addition, a tag with name "DELETED" is created with expression "DELETED()". This tag is meant for optimization of navigation by setting filter to "!DELETED()". caTagList can be specified as a comma-delimited list of field names. "DELETED" ...
by nageswaragunupudi
Tue Feb 27, 2018 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about function FW_Cdxcreate()
Replies: 8
Views: 1698

Manifest for Windows 10

I changed the .manifest file with the optimization information for Windows 7,8,8,1 and 10 and call the access request to administrator when loaded. Include in the resource file File Windows10.manifest <?xml version="1.0" encoding="UTF-8" ...
by Giovany Vecchi
Sat Aug 19, 2017 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest for Windows 10
Replies: 12
Views: 2455

Our first neuronal network using TensorFlow !!!

... "Epoch:", '%04d' % ( epoch + 1 ), "error=", "{:.9f}".format( avg_error ) )   print( "Optimization Finished" )   # Test model on train data   print( "Testing:" )   for n in range( len( aInputs ) ...
by Antonio Linares
Tue Aug 15, 2017 12:54 am
 
Forum: Artificial Intelligence examples
Topic: Our first neuronal network using TensorFlow !!!
Replies: 6
Views: 1945
Next

Return to advanced search