clustering ?
#1257
Replies: 1 comment 7 replies
-
@imkael WOW! That's a really good question. Definitely, JavaScript is single threaded by design. It just simplifies everything, and makes implementations consistent. But... yeah. It doesn't scale on todays cpus. Maybe, there's a solution. Let's see if someone has hit this before. Why do you need more performance? Big projects? Huge scale shapes? User experience? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and first of all congratulations for openjscad. I am currently developing an interface that uses the cli and often I find myself waiting by the calculation times and when I make a top on my computer, I realize that it is node that monopolizes a single cpu. Is there a way to execute commands like: openjscad example.jscad -o example.stl in a cluster node in order to take advantage of multiple CPUs and thus divide the calculation times? Thank you in advance for your feedback.
Beta Was this translation helpful? Give feedback.
All reactions