matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Swap chalk for turbocolor. #336

Closed jorgebucaran closed 5 years ago

jorgebucaran commented 5 years ago

Hey @morishitter!

This swaps chalk for Turbocolor.

It will give you a performance boost as turbocolor loads >20x faster and applies styles >18x faster than chalk for the same API (see benchmarks).

# Load Time
chalk: 15.190ms
turbocolor: 0.777ms

# All Colors
chalk × 8,729 ops/sec
turbocolor × 158,383 ops/sec

# Chained Colors
chalk × 1,838 ops/sec
turbocolor × 39,830 ops/sec

# Nested Colors
chalk × 4,049 ops/sec
turbocolor × 59,833 ops/sec

Let me know if this is acceptable to you or if you want to refactor anything.

Cheers!

matype commented 5 years ago

@jorgebucaran Awesome product! Thanks :)

jorgebucaran commented 5 years ago

@morishitter Thanks man! Will you bump the version too?

matype commented 5 years ago

@jorgebucaran Just released v6.0.1 that includes this change 🚀