What is a dirty byte?

What problems involve large amounts of computation per byte of data?

  • Lots of problems involve big data, but do relatively little computation per byte.  I am interested to know what problems involve 50 or more operations per byte of input data.

  • Answer:

    Molecular Dynamics Simulations often involve thousands of operations on very small input files.  Don't know exact numbers but the numbers for a microsecond simulation of a protein are likely to be super high

Deepak Singh at Quora Visit the source

Was this solution helpful to you?

Other answers

Visualization:  Ray-tracing dynamic geometry with procedural surfaces could easily get up over 50 operations per input byte.  A compositing tree alone can easily get up to 50 operations per byte of input data.  A rib file, which holds all the data necessary to render a single image, can be fairly small but take hours to process. A lot of computer graphics for visual effects like fluid simulation, environmental effects like rain or snow, crowd simulation, etc, have a very small set of data, because you're only simulating expectation and not reality, and only to a minimum level of detail (i.e. semi-transparent white streaks on a black background could be enough detail to simulate rain.) Audio modeling and rendering.  (With a few bytes a midi file can require a huge amount of computation.) Regression analysis could pretty easily top 50 operations per byte of input data.

Pat Roberts

Non-parametric model discovery problems where you have to search through a large space of models for the one that best fits data. Bayesian network structure learning is one such problem: it is non-parametric and NP-Hard, so you have to do a lot of computation, even with a small number of variables and/or samples.

Abhik Shah

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.