Search found 149 matches: optimized

Searched query: optimized

by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7656

Re: Using new Class TDeepSeek for documenting

... Return Value: None

Usage Example: (Internal use only)

187. GetPaintCols( nLast )

Description: Retrieves an array of columns to be painted, optimized for performance (internal method).

Parameters:

nLast: NUMERIC - Last displayed column index.

Return Value: ARRAY - Array of TxBrwColumn ...
by Otto
Sat Dec 14, 2024 7:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 2291

Re: xHarbour to Harbour

... for hosting the mod_harbour server on one’s own PC and FIVEWIN/RDP.

Topic:
The public website will be provided through Cloudflare. Traffic is optimized, cached, and protected, but without special authentication for end users.

Topic: Internal Web Application
I mean for when we transition from ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1417

Re: reading DBF from node.js

... for quickly building dynamic web applications.
- **Compatibility**: PHP integrates seamlessly with Apache, and many shared hosting providers are optimized for this stack.
- **Rich libraries and frameworks**: Frameworks like Laravel, Symfony, and CodeIgniter simplify development and offer robust ...
by Otto
Mon Nov 18, 2024 10:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5721

Re: Most powerfull Xbrowser and PDF

... Processes and trims the bitmap (DocBmpTrim).
Saves the resulting bitmap as a JPEG.
5. DocBmpTrim(hBmp)
Similar to BmpTrim, but specifically optimized for trimming a bitmap generated from a Word document.
Identifies the document content area and removes surrounding borders.
6. BmpBufToJpg(cJpeg ...
by Marc Venken
Sat Oct 19, 2024 7:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 2944

Re: Extending SetScope()

The magic lies in the Optimized filter with CDX, but when is it optimized ?

By setting the indexes ?
You see option 2b of Mr. Rao ? Using Locate ? didn't know it )))

I think if more members request the samples from Mr. Rao he will help us
by nageswaragunupudi
Sat Oct 19, 2024 3:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 2944

Re: Extending SetScope()

... present DBFCDX uses similar technology to optimize filters.
Since we already have and index on the field "INVOICE",
INCOICE="ABCDEF"
is highly optimized.
That means we can use filters instead of Scopes to limit visibility of parts table pertaining to an invoice using filters also.
Once we use ...
by Enrico Maria Giordano
Fri Sep 27, 2024 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 2725

Re: Compile with FW August 2024

-O2 has nothing to do with warnings. It means "optimized for speed".
by nnicanor
Wed Sep 25, 2024 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 7433

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... checks), gdb (for stack traces), or specialized 64-bit debuggers in Borland C++ can help identify the exact source of the crash.

### Final Optimized Example:


void hb_clsFinalize( PHB_ITEM pObject )
{
HB_THREAD_STUB
uint16_t uiClass;

if (!pObject || !HB_IS_OBJECT(pObject) || !pObject ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 1029

Re: Nages, 2 diferent Db's update

... If this is a regular operation and we like to transfer from local to remote only those records inserted or modified recently, the process can be optimized if we have a timestamp fields which is updated with every insertion and modification.
In such a case, we can simply use this method and do the ...
by alerchster
Wed Dec 27, 2023 8:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 11187

Re: phpBB to LLM

... 1.05 minutes, checkpoint 200 generated
Training after 12.05 minutes, checkpoint 1200 generated
Training after 18.21 minutes, Checkpoint 2000 generated
Checkpoint 1600 and 1800 will be transferred to wormhole.app.

But we need 1.6 million runs.

So the save_steps need to be optimized and perhaps more.
by nageswaragunupudi
Fri Oct 28, 2022 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Associated Application ICONS
Replies: 9
Views: 1611

Associated Application ICONS

... nRowHeight := 34
WITH OBJECT :aCols[ 1 ]
:bBmpData := { || cPath + oBrw:aRow[ 1 ] }
:bLDClickData := { || ShellExecute( 0, "Open", cPath + oBrw:aRow[ 1 ],,, 1 ) }
END
END

return nil

https://imagizer.imageshack.com/v2/xq90/922/zGOZCx.png
Note: Easy to write but not fully optimized for speed.
by MarcoBoschi
Fri Apr 15, 2022 7:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 10678

Re: dbfntx very slow with 2+ users

... server must be sized appropriately I don't remember how much ram each user ...

In my opinion in a local area network if it were programmatically optimized the index management (DBFCDX)
maybe the file/server architecture is still the winning choice
each user uses the power of his own client pc ...
by TecniSoftware
Mon Sep 20, 2021 9:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 3
Views: 41244

Re: Ribbon Theme

... themes for ribbon bar.
The color schemes are saved in an .ini file that is generated with default values.
Surely the code can be improved and optimized, I hope it will be useful to you, improvements are welcome.

Retomando este viejo tema, queria compartir este codigo para cambiar, generar y ...
by nageswaragunupudi
Thu Dec 10, 2020 8:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 1067

FWH: Support for Matrix calculations

... FW_Matrix follows. In this class, all computations are performed in Harbour code. Though this is quite fast enough mostly, there can be more demanding applications that need complex matrix calculations performed in large loops. To support this, highly optimized C level functions are also provided.
by Horizon
Sun Jun 21, 2020 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Strange MariaDB save problem.
Replies: 17
Views: 2627

Re: Strange MariaDB save problem.

Thank you very much Villian,

I have optimized and changed my code like that.
oRs := oTb_ICBELGE:Open("SELECT IC_ID, IC_NO, IC_TYPE FROM icbelge")IF !EMPTY(oRs) .AND. oRs:Reccount()>0    oRs:GOTOP()        XBROWSER oRs    Sira ...