Questions tagged [lookup-tables]

A look-up table is an array or matrix of data that contains items that can be searched. Lookup tables may be arranged as key-value pairs, where the keys are the data items being searched (looked up) and the values are either the actual data or pointers to where the data are located.

A look - up table is an array or matrix of data that contains items that are searched. Lookup tables may be arranged as key-value pairs, where the keys are the data items being searched (looked up) and the values are either the actual data or pointers to where the data are located.

798 questions
-6
votes
2 answers

How much RAM would a lookup table for converting positive 32 bit integers to null terminated strings take

So if the format: {"1","2","3"} was continued until 4,294,967,295 how much RAM would be used?
0x777C
  • 993
  • 7
  • 21
1 2 3
53
54