visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
11.95k stars 2.07k forks source link

Tracker: Performance #83

Open ibgreen opened 7 years ago

ibgreen commented 7 years ago

Attributes/WebGL (memory use, buffer creation etc)

GeoJsonLayer etc optimizations

Layer lifecycle optimizations

Picking

Effects

API optimizations

k commented 7 years ago

Are there any plans for when these performance improvements will be done?

More specifically reusing layers.

Pessimistress commented 7 years ago

@k Reusing layers should be available in 4.1.0-beta. It is still experimental, so testing is welcome.

k commented 7 years ago

@Pessimistress great thanks. I'll check it out soon.