Lookup Table: Computer science, Data structure, Associative array, Input/output, Static memory allocation, Trigonometry, Branch table, Memory bound function - Tapa blanda

 
9786131801969: Lookup Table: Computer science, Data structure, Associative array, Input/output, Static memory allocation, Trigonometry, Branch table, Memory bound function

Sinopsis

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computer science, a lookup table is a data structure, usually an array or associative array, often used to replace a runtime computation with a simpler array indexing operation. The savings in terms of processing time can be significant, since retrieving a value from memory is often faster than undergoing an ''expensive'' computation or input/output operation. The tables may be precalculated and stored in static program storage or calculated as part of a programs initialization phase.

"Sinopsis" puede pertenecer a otra edición de este libro.

Reseña del editor

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computer science, a lookup table is a data structure, usually an array or associative array, often used to replace a runtime computation with a simpler array indexing operation. The savings in terms of processing time can be significant, since retrieving a value from memory is often faster than undergoing an ''expensive'' computation or input/output operation. The tables may be precalculated and stored in static program storage or calculated as part of a programs initialization phase.

"Sobre este título" puede pertenecer a otra edición de este libro.