Memory-bound function
http://dbpedia.org/resource/Memory-bound_function
Memory bound refers to a situation in which the time to complete a given computational problem is decided primarily by the amount of free memory required to hold the working data. This is in contrast to algorithms that are compute-bound, where the number of elementary computation steps is the deciding factor. Memory and computation boundaries can sometimes be traded against each other, e.g. by saving and reusing preliminary results or using lookup tables.
rdf:langString
En informatique, memory bound est l'état d'un ordinateur lorsque le temps nécessaire pour exécuter un programme est principalement déterminé par la vitesse ou la quantité de mémoire RAM disponible pour stocker les données. Une fonction memory bound est une fonction qui place un ordinateur dans un état memory bound. L'utilisation des fonctions memory bound a été considérée pour le contrôle du courrier indésirable, qui est devenu un problème important sur Internet.
rdf:langString
rdf:langString
Memory bound
rdf:langString
Memory-bound function
xsd:integer
3408213
xsd:integer
1121694789
rdf:langString
Memory bound refers to a situation in which the time to complete a given computational problem is decided primarily by the amount of free memory required to hold the working data. This is in contrast to algorithms that are compute-bound, where the number of elementary computation steps is the deciding factor. Memory and computation boundaries can sometimes be traded against each other, e.g. by saving and reusing preliminary results or using lookup tables.
rdf:langString
En informatique, memory bound est l'état d'un ordinateur lorsque le temps nécessaire pour exécuter un programme est principalement déterminé par la vitesse ou la quantité de mémoire RAM disponible pour stocker les données. Une fonction memory bound est une fonction qui place un ordinateur dans un état memory bound. L'utilisation des fonctions memory bound a été considérée pour le contrôle du courrier indésirable, qui est devenu un problème important sur Internet.
xsd:nonNegativeInteger
9483