Need for (C++20) Contiguous Range

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Fri Oct 9 17:12:27 UTC 2020


On Friday, 9 October 2020 at 17:09:44 UTC, Ola Fosheim Grøstad 
wrote:
> There are also some compression techniques that provide 
> skip-pointers. Kinda like skip-lists:

Not necessarily compression, just as likely performance 
optimization of scanning. Although compression techniques use 
such skip-pointers (or rather offsets) to jump from one header to 
the next, bypassing a variable sized data chunk.



More information about the Digitalmars-d mailing list