Results 1 to 10 of 12

Thread: Pascal port of the integer-only OGG vorbis decoder TREMOR

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Great work! But is there any performance comparison of C and Pascal version of this library? Because ARM platform(where it will be useful) is very performance-sensetive, and it will be interesting to know how much this port can win/lose in performance.

  2. #2
    Very very nice work Benjamin! Thanks for sharing, and your continuing great work as always

  3. #3
    Quote Originally Posted by Andru View Post
    Great work! But is there any performance comparison of C and Pascal version of this library? Because ARM platform(where it will be useful) is very performance-sensetive, and it will be interesting to know how much this port can win/lose in performance.
    I did the port mainly for the ARM android target, because I'm working on a commerical android game (for currenr midrange and highend ARM-based smartphones and tablets) in the moment, where I've needed it, see the few ARM inline assembler source parts of it.

    And i've uploaded a new version now, which fixes a small bug in the codebook decoder (which had decline some few but non-corrupted oggs falsely), and where I've optimized the memory allocation stuff a bit.

  4. #4
    because I'm working on a commerical android game
    Hmm, then why do not use a Tremolo? It's 15%-20% faster then Tremor.

  5. #5
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Andru - in the context of the real world, why use windows over linux now we have wine 1.4?

    Either way, this is indeed a very nice bit of news! Once again I am in awe at what you've managed to cram into such little space... I will definitely be checking this out later on
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  6. #6
    Andru - in the context of the real world, why use windows over linux now we have wine 1.4?
    Because WINE is too buggy for support Windows software I just asked, maybe BeRo didn't know about Tremolo as better solution in performance. And I agree that his work is indeed great, and good that there is asm code inside this port, because I have a pity experience using PasJPEG and PasZlib. These solutions are too slow and better to use original versions.
    Last edited by Andru; 16-04-2012 at 05:38 PM.

  7. #7
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Lol. I guess you do have a point, but now we have some .NET 3.5 goodness and most of office 2010 running smoothly, I can't really complain

    As for speed, I find ports tend to be a tad slower than originals unless it has been 'over-viewed' by the person porting the code and improved upon. However, for things that are indeed very slow, I prefer to dump it into a separate thread, which on dual core system makes is appear as fast as it should be. I know the clock cycles are still going in, but from a user point of view, it can be quite the neat solution
    Last edited by code_glitch; 17-04-2012 at 06:38 PM.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

Tags for this Thread

Bookmarks

Posting Permissions

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