Blog Posts tagged worker

Similar Tags

Report Tag

3 blog posts with this tag
16
This content is deleted
Blog Post
The architecture of the Construct 3 runtime
4 favourites

The new runtime has been completely rearchitectured. It's forwards-looking to the next years of the web platform. Here are some of the ways it's fundamentally d...

3
  • 2.3K visits
  • 3K views
This content is deleted
Blog Post
Why do events only run on one core?
2 favourites

Recently on the forum it's been asked several times why Construct 2 only runs events on one CPU core. I'm not sure why it's suddenly become a hot topic, but I w...

2
  • 3.4K visits
  • 4.7K views
This content is deleted
Blog Post
Why JavaScript needs cross-heap collection
0 favourites

Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance and an important way to avoid...

Similar Tags