diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-01-22 13:37:39 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-01-22 14:30:26 +0200 |
commit | 04edb1dbaa1c660f830f80275dc25dc700d29f1a (patch) | |
tree | ae1468d638ed42b3515c7482163dd47da5c7f12d | |
parent | a2edfc79f03ee5fe4e7f1b4cd2b4eb63b2604622 (diff) | |
download | qtlocation-mapboxgl-04edb1dbaa1c660f830f80275dc25dc700d29f1a.tar.gz |
Add change log entry
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 39558e2c58..fbb51ec544 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. |