0xPolygonMiden / examples

Examples of using Polygon Miden
MIT License
18 stars 18 forks source link

Speed up instruction search #113

Closed hackaugusto closed 2 months ago

hackaugusto commented 1 year ago

ATM the first few characters in the search take a lot of time, subsequent runs are much faster, I assume it is because as the data is filtered down the search has to run on fewer entries and becomes faster.

Possible solutions: