On Wed, Sep 15, 2021 at 09:09:23AM +0000, Kyle Zhao via GitGitGadget wrote: > From: kylezhao <kylezhao@xxxxxxxxxxx> > > Time complexities for pack_pos_to_midx and midx_to_pack_pos are swapped, > correct it. Great eyes! Thanks for noticing and fixing. I took a look through the other three functions which convert between pack offset, pack position, and index position, and those had the correct runtime noted. But these two were swapped, and are now correct after your patch. Thanks again. Reviewed-by: Taylor Blau <me@xxxxxxxxxxxx> Thanks, Taylor