I have an InMemoryFeatureLayer
with about ~50,000 point features and it is EXTREMELY slow. I’m talking 2+ minutes for panning/zooming/refreshing when all the points are in view. Is there a way to speed things up drastically?
I’m already doing a BuildIndex() on the layer after all the features are added.