Speed of .NET vs VCL

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
techrasoft
Posts: 10
Joined: 20 Oct 2005, 07:54
Location: USA

Speed of .NET vs VCL

Post by techrasoft » 11 Nov 2006, 08:53

Hello,
I am considering upgrading my software to .NET, but a big factor of whether I upgrade or not is the graphics speed of CadImportVCL in .NET. Do you have any side by side comparison of drawing speeds? From my testing with the demo versions, the .NET seems slower...Please advise.

Thanks,
TS

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 15 Nov 2006, 18:16

Hello,

Thank you for the queston.
We made some tests and result is:
Loading:
DWG 16.5 Mb - <b>CADImportVCL</b> vs <b>CADImport.NET</b> - 15 sec : 43 sec
DWG 4.01Mb - <b>CADImportVCL</b> vs <b>CADImport.NET</b> - 3 sec : 9 sec

Drawing:
DWG 16.5 Mb - <b>CADImportVCL</b> vs <b>CADImport.NET</b> - 3 sec : 39 sec
DWG 4.01Mb - <b>CADImportVCL</b> vs <b>CADImport.NET</b> - 1 sec : 11 sec

CAD Import VCL uses Win32 API. CAD Import .NET uses .NET Framework. Loading binary formats and paint operations in Win32 work much faster than under .NET. CAD Import VCL and CAD Import .NET have got similar code. We work constantly on improving VCL and .NET speed but .NET will be always slower.

Sergey.


please post questions to the forum or write to support@cadsofttools.com

Post Reply