bitmap

Data structure for mapping from some domain (for example, a range of integers) to bits

In computing, a bitmap is a mapping from some domain to bits. It is also called a bit array or bitmap index.

Back