|
-
Dec 25th, 2004, 03:45 PM
#1
Thread Starter
Hyperactive Member
Algorithms
Can you think of any algorithms that are a little bit slow in visual basic but used often?
I'm trying to get better at code optimization in assembly language and could use ideas on a few things to do.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Dec 25th, 2004, 03:49 PM
#2
Re: Algorithms
Everything is slow in VB, when it is compared to Assembler.
-
Dec 25th, 2004, 04:01 PM
#3
Thread Starter
Hyperactive Member
Re: Algorithms
 Originally Posted by dglienna
Everything is slow in VB, when it is compared to Assembler.
lol well... yea.. But I'm refering to things more umm how you say "critical" to an appliaciton.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Dec 25th, 2004, 04:04 PM
#4
Thread Starter
Hyperactive Member
Re: Algorithms
A good example I just thought of would be bitwise operaters. I'm pretty sure vb6 and below doesn't have them. Things like shift left, right, etc That would be something useful eh?
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Dec 25th, 2004, 04:38 PM
#5
-
Dec 25th, 2004, 07:37 PM
#6
Fanatic Member
Re: Algorithms
Time to trade in your 286 isn't it?
-
Dec 25th, 2004, 08:03 PM
#7
Thread Starter
Hyperactive Member
Re: Algorithms
 Originally Posted by dglienna
Well that would probably beat a function call anyway. Of course you still have rotate functions but I don't think you would ever need that in vb.
Time to trade in your 286 isn't it?
LOL neva!
On a side note, 486 is the lowest directive I use anymore.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|