Close

Performance improvements

A project log for DigitalJS

In browser visual simulation of Verilog code

marek-materzokMarek Materzok 08/08/2019 at 10:100 Comments

For a long time, the project had a slight performance problem. Because of how the JointJS library - which is used to display gate schematics - is designed, a lot of unnecessary DOM calls were happening, which were slowing things down. Fortunately, recently a new version of JointJS was released, which addressed this very problem. As a result, displaying larger schematics is now much faster.

Discussions