Blog Posts tagged memory

Report Tag

4 blog posts with this tag
13
  • 18.8K visits
  • 31K views
This content is deleted
Blog Post
Remember not to waste your memory
9 favourites

Occasionally we're asked questions like "I want to make a game with huge levels all made of uniquely drawn art tiles. Can Construct 2 handle this?" Alternativel...

2
  • 2.6K visits
  • 3.2K views
This content is deleted
Blog Post
Understanding CPU and memory measurements
0 favourites

Construct 2 provides three main expressions for examining performance and memory: Fps , cpuutilisation and ImageMemoryUsage . Windows also provides more perform...

2
  • 2.2K visits
  • 2.7K views
This content is deleted
Blog Post
Everyone blames bloated web pages on the browser
0 favourites

Recently I read this critique of Slack's desktop app , which is built with Electron (basically a Chromium-based wrapper like NW.Js). In other words, it's a brow...

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...