This repository was archived by the owner on Jul 11, 2021. It is now read-only.
Tags: RedBeardLab/rediSQL
Tags
Change layout of replies from Vec<Vec<Entity>> to Vec<Entity> The change should improve the general performance while reading long replies, indeed, in the previous model we allocate a new Vec<Entity> for each row, the new design get away with many less allocations, moreover there are less pointer indirections.
PreviousNext