|
-
Aug 22nd, 2005, 08:49 AM
#11
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
|