kizu / ideas

Repo for some not-so-secret ideas for different things, more like todo-someday-in-the-future I guess
1 stars 0 forks source link

Do not parse things you don't need to parse #95

Open kizu opened 10 years ago

kizu commented 10 years ago

In projects like postcss you won't need all the time some things entirely parsed, like selectors etc. They could be lazy parsed when they need to, I wonder if this could make things to perform better.

Maybe you could even tell what to parse declaratively, like when you're using eachRule, you're parsing rules etc.