figma-plugin-helper-functions / figma-plugin-helpers

A collection of useful helper functions to import to your Figma plugin project
261 stars 25 forks source link

Question: Why is findAll x1000 faster than Figma's one #104

Open svallory opened 1 year ago

svallory commented 1 year ago

Hi! I was reading the docs and saw that the findAll method is a "Custom implementation of the figma.findAll method, which runs x1000 times faster". I looked at the code but couldn't understand why. Do you mind explaining?