blockscout / blockscout-rs

Microservices for blockscout indexer
MIT License
161 stars 116 forks source link

Improve the performance of the sol-2-uml contracts visualization #524

Open rimrakhimov opened 1 year ago

rimrakhimov commented 1 year ago

Currently, the performance of sol-2-uml visualization is quite poor, as it may take more than a minute to visualize small contracts. We have an assumption that the most time is spent starting and terminating the nodejs process. Need to investigate more on that.

rimrakhimov commented 1 year ago

One of the simplest solutions to try may be to use faster javascript runtime than Nodejs (e.g., Deno)