User Tag List

Results 1 to 4 of 4

Thread: Can HWA speed up apps that are memory intensive?

  1. #1
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Can HWA speed up apps that are memory intensive?

    In an application I am developing, I have to load files that are anywhere from a few kb to a mb, then zlib decompress them. I am using the binary quickload, which works great now that I have it figured out, but when it comes to decompressing that Zlib, man it can take several minutes in which my app is frozen. Then, I have to parse it because I am only editing a portion fo the file that could be anywhere, and then I will also have to edit it and save it and such. This means saving will take even longer! Compress, save, decompress for edit. This is something I cannot have!

    Can HWA speed up my app or is it only for graphics? If it can't can some extension(s) possible be developed for this task or is that too much to ask?

    Thanks for all help,
    -LB
    Working as fast as I can on Fusion 3

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Can HWA speed up apps that are memory intensive?

    Um, hardware accelerated graphics won't speed up the process of loading a file.

  3. #3
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Can HWA speed up apps that are memory intensive?

    It's not loading the file that's the issue, it's the Zlib part. But thanks for repsonding, I kinda thought HWA was for graphics only. :\
    Working as fast as I can on Fusion 3

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Can HWA speed up apps that are memory intensive?

    Unless the compression and decompression algorithms are handled by your GPU instead of CPU (they aren't), it won't speed it up at all. However, it never hurts to try! Just open up your app in HWA with whatever small changes for compatibility you need to do and see if theres any noticeable difference. No harm in trying

Similar Threads

  1. Drawing huge arcs - looking for less memory intensive solutions
    By Monokkel in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd February 2012, 09:10 AM
  2. Bug - Memory leak with Sub-Apps
    By UrbanMonk in forum Hardware Accelerated Runtime
    Replies: 24
    Last Post: 22nd October 2009, 12:13 PM
  3. MMF 2.0 apps speed up over time??
    By 00J in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th February 2007, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •