react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

Update supercluster for improved performance

Open IslamRustamov opened this issue 1 year ago • 3 comments

Official supercluster github repo says that 8.0.0 has an improved performance for clustering and reduced memory footprint. (https://github.com/mapbox/supercluster/releases/tag/v8.0.0) It also has an updated version of kdbush which doesn't throw an error if there are no markers on the map.

IslamRustamov avatar Apr 27 '23 13:04 IslamRustamov

has this been tested?

angelo-hub avatar Aug 08 '23 19:08 angelo-hub

I wouldn't hold your breath getting this/anything merged. If you use yarn you can add this to your package.json and add it yourself

  "resolutions": {
    "supercluster": "^8.0.0"
  },

whomwah avatar Jul 12 '24 13:07 whomwah

I did this through patch but yea

IslamRustam avatar Jul 12 '24 18:07 IslamRustam