sass/dart-sass

Make the JS version faster

Open

#113 opened on Feb 3, 2017

View on GitHub
 (37 comments) (33 reactions) (0 assignees)Dart (376 forks)batch import
JavaScriptenhancementhelp wanted

Repository metrics

Stars
 (4,192 stars)
PR merge metrics
 (Avg merge 8d 8h) (18 merged PRs in 30d)

Description

The JS-compiled version of Dart Sass hovers around 2.5x and 3x slower than when running on the Dart VM. Some slowdown is inevitable, but this seems extreme. We should put dedicated effort into profiling the JS output and optimizing hot spots.

Contributor guide