Skip to content

v2.1.0 - Improve performance

Compare
Choose a tag to compare
@markwylde markwylde released this 17 Nov 20:18
· 20 commits to master since this release
49d2d92
  • Improve performance:
    Previously I was not using the indexed value (only the indexed key) for the lookup. This was taking 50ms for a single lookup on a 100k recordset. Now it takes 2ms.