Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/rkipper2k/parallel-syntax-highlighter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/rkipper2k/parallel-syntax-highlighter

  • v0.0.0-20230510065100-64568d0f316f
  • Source
  • Go
  • Socket score

Version published
Created
Source

Parallel-Syntax-Highlighter

Parallel version of my syntax highlighter made during my 4th semester. The purpose of this code is to highlight the difference between running the syntax analysis in serial (file by file) in comparison to running it in parallel, with up to 5 maximum files being processed at the same time. The program is meant to be run from a terminal, and it receives 2 inputs:

  • The path of the folder containing the txt files you wish to have analyzed
  • The path where you wish for the program to store the output html files

Once the program is run, it will create two folders in the output path, determined by the second input parameter: one called "secuencial", where it will store the files created sequentially, and one called "paralelo", where it will store the files created in parallel. The program will also print an output to the terminal, declaring how much time the sequential and parallel highlighting took respectively.

FAQs

Package last updated on 10 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc