Giter Site home page Giter Site logo

Comments (2)

audiamus avatar audiamus commented on June 3, 2024

I am afraid you can't.

AAX Audio Converter uses the Task Parallel Library (TPL) in .Net. Every loop that makes sense to be parallelized will be. You'll find a lot of Parallel.For () and Parallel.ForEach () in the code. However, when executing a loop, the TPL decides for itself - and has to - on how many tasks to start simultaneously and on which processor core to run them (and the operating system will have its say as well). But there is some channelling involved. As there are parallel loops which themselves launch other parallel loops, parallelization can get out of control and become inefficient. Channelling limits the number of parallel tasks. And the channelling parameters depend very much on the book structure and conversion modes.

I have dedicated a few paragraphs in the manual to parallelization aspects, see chapter 2.7 Performance from page 11 in the current edition of the manual.

from aaxaudioconverter.

some-vec-byte avatar some-vec-byte commented on June 3, 2024

Dear Audiamus,

I want to thank you for your software and the detailed response to my issue. I really like the software and the comprehensiveness of its manual. It has been helpful, well-organized and im even starting to use chapter meta data now.

I would also like to mention that the issue can now be closed as it has been resolved.

Once again, thank you for your outstanding work!

Best regards

from aaxaudioconverter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.