Journal of Computer Sciences Institute (Sep 2021)

Comparison of the compilation speed of the SCSS and LESS preprocessors

  • Andrii Berkovskyy,
  • Kostiantyn Voskoboinik,
  • Marcin Badurowicz

DOI
https://doi.org/10.35784/jcsi.2692
Journal volume & issue
Vol. 20

Abstract

Read online

This article compares the compilation speed of the SCSS and LESS preprocessor codes. Each preprocessor has its own syntax, which is transpiled into the CSS stylesheet language in the further development of the web page. These technologies serve the same purpose - to simplify and speed up the writing of page views, but are based on different programming languages - Ruby (SCSS) and JavaScript (LESS). For the purposes of the research, a test application was created, a series of tests was carried out on various sets of codes, the results were collected, which allowed to identify a preprocessor with a faster compilation speed, which turned out to be the LESS preprocessor.

Keywords