Closed aaron-skydio closed 11 months ago
Fixes #300
The not sorting alone fixes the issue, but also always ordering by self.keys mimics the original intent here of hitting the residual cache regardless of the actual lexicographic ordering of keys. Added a test that goes fail->pass.
self.keys
Fixes #300
The not sorting alone fixes the issue, but also always ordering by
self.keys
mimics the original intent here of hitting the residual cache regardless of the actual lexicographic ordering of keys. Added a test that goes fail->pass.