Skip to content

Profiling Memory Usage and Object Creation #1204

Closed
@benjchristensen

Description

@benjchristensen

We need to spend time profiling memory and object allocation and finding places where we can improve.

I would really appreciate help diving into this and finding problem areas. Even if you don't fix them, but just identity use cases, operators, etc that would be very valuable.

This is partly a result of the fact that in Netflix production we have seen an increase in YoungGen GCs since 0.17.x.

The areas to start should probably be:

  • Observable.create
  • Observable.lift
  • Subscriber
  • CompositeSubscription
  • map
  • flatMap

If you can or want to get involved in this please comment here so we all can collaborate together.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions