|
-
Aug 22nd, 2005, 07:50 AM
#1
Re: ZIP Compression Using Pure Visual Basic
 Originally Posted by Devion
MSVBVM60.DLL or MSVBVM50.DLL ring a bell? - In other words you'll always be depending on external files to run your projects. One more or less doesn't really make a difference 
Technically, 1 less would make a difference 
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Aug 22nd, 2005, 08:06 AM
#2
Re: ZIP Compression Using Pure Visual Basic
this is childish ,silly and stubborn
That's a qoute of from neg rep comments someone (probably rm_03 - sorry if not) gave me for my post in this thread (last prior to this) so it is silly to rep for an opinion. BTW, I don't really give a damn thing about it.
Anyway, that sample really proves nothing but what I previously said: there were plenty of attempts but non of them performed like Winzip, RAR or say PKZip and that's what matters. I did say that VB "isn't capable" so maybe I should've had said "lousy performer" in this regards instead, well ... perhaps ...
Also, as Merri pinted out Winzip, RAR and others use "ASM optimized code" so there is no way to beat that performance and it's a most important thing: who's going to use your pure VB compressor if it takes 30 min when it may 30 sec ... And you call that "childish ,silly and stubborn"? Stubborn maybe, but certainly not childish and/or silly.
My best regards - especially to the person who neg rep me.
-
Aug 22nd, 2005, 08:44 AM
#3
Re: ZIP Compression Using Pure Visual Basic
 Originally Posted by RhinoBull
Also, as Merri pinted out Winzip, RAR and others use "ASM optimized code" so there is no way to beat that performance and it's a most important thing: who's going to use your pure VB compressor if it takes 30 min when it may 30 sec
Maybe more like 40 - 60 seconds than 30 minutes (thus somewhat identical to pure C/C++ implementation). With proper optimizations you can do "miracles". A lot of ZIP compression is just low level math which can be done real fast no matter what the language. With ASM you can just get much more control over it as there are more specific commands one can use... it just takes darn long to write it all in ASM.
-
Aug 22nd, 2005, 08:49 AM
#4
Frenzied Member
Re: ZIP Compression Using Pure Visual Basic
 Originally Posted by Merri
Maybe more like 40 - 60 seconds than 30 minutes (thus somewhat identical to pure C/C++ implementation). With proper optimizations you can do "miracles". A lot of ZIP compression is just low level math which can be done real fast no matter what the language. With ASM you can just get much more control over it as there are more specific commands one can use... it just takes darn long to write it all in ASM.
The time you are busy making it in asm you get back by the fast computations done
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
|