From 688f545f1e0a69dd4dfe5f14d8e3b294a888bc4a Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 22 Jan 2020 13:37:39 +0200 Subject: [PATCH] Add change log entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39558e2c589..fbb51ec5441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,12 @@ ### 🏁 Performance improvements +- [core] Cross tile index performance ([#16127](https://github.com/mapbox/mapbox-gl-native/pull/16127)) + + For overscaled tiles, index only the symbols inside the viewport. + + Find matches only among the buckets that have the same leader Id. + - [core] Calculate GeoJSON tile geometries in a background thread ([#15953](https://github.com/mapbox/mapbox-gl-native/pull/15953)) Call `mapbox::geojsonvt::GeoJSONVT::getTile()` in a background thread, so that the rendering thread is not blocked.