OpenGeoscience / geojs

High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
https://opengeoscience.github.io/geojs
Apache License 2.0
441 stars 75 forks source link

perf: Optimize reordering fetch queue #1203

Closed manthey closed 2 years ago

manthey commented 2 years ago

When reordering an existing item in a fetch queue, instead of splicing it out of the queue and splicing it back in, shift existing components and add it. This is faster than splicing.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.8.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: