-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's twice slower then node-sass #206
Comments
We're aware of the performance differences; we track performance in this file and we have #113 open to improve speed in JS. It's also worth noting a few general things about performance:
Addendum:
|
dart-sass finally supports all the features I am using with version 1.13.2. But my Sass/CSS build must be complicated because it takes about 46 seconds, or 6.5x longer. :( |
@halfnibble If you can provide a stylesheet that's that much slower to compile in JS than it is in the Dart VM, that would be helpful for our optimization efforts. |
As a comparison I prefer to use bootstrap as example. |
Please check this simple example
test.zip
Reproduce:
yarn
yarn dart
yarn node
Or using NPM:
npm install
npm run dart
npm run node
Using

gnomon
Or using

time
The text was updated successfully, but these errors were encountered: