Skip to content

Reduce memory allocations #114

@bnolan

Description

@bnolan

Write a performance script to measure memory allocations (that require garbage collecting) in 2000ms of steady state rendering of the homeroom. It looks from this chrome devtools timeline that the client allocates about 10mb every second.

screen shot 2015-04-29 at 10 59 19 pm

The end goal is to do no memory allocations in a render frame, and an absolute minimal required in an animation-only scene update.

Prime targets:

Tween.js is over-specced for our needs, and the way we use it probably creates a lot of garbage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions