.NET
cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 

.net speed vs ARX, VBA, LISP

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
492 Views, 2 Replies

.net speed vs ARX, VBA, LISP

Does anyone have any information/benchmarks of how .net customizatoin would rank in the following graph?

thanks in advance.

image is from 2005 AU handout:

An Overview of VBA in AutoCADĀ® 2006
This course CP22-2 presents an overview of how VBA fits into the customization scheme in AutoCAD 2006.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

Hi, civil3d.net!

cn> Does anyone have any information/benchmarks of how .net customizatoin
cn> would rank in the following graph?
I did not any tests but think that .NET-appliction inprocess (dll) is more quickly then VBA, but outprocess (exe)
is as quick as VB6

Best Regards,
Alexander Rivilis.
Message 3 of 3
Anonymous
in reply to: Anonymous

I don't have any benchmarks, but I do customize ADT using Lisp, VBA, VB6, C++, and vb.net.

That graph is very misleading, vb6 compiled as an early bound dll will run much faster than VBA. The graph is showing VB6 as late bound which is dumb usage of vb.

Dotnet is faster than VB early bound, but slower than objectARX due to marshaling of the parameters and return values.

I actually started a benchmark program, but I did the vb.net version first and it ran so fast I was satisfied. The only thing I have seen in dotnet that runs slow is the jig code. I would stick to C++ for those interactive loops that have to draw a lot.

Chris Arps

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

ā€Boost