statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
154 stars 29 forks source link

Rendering performance improvements #208

Closed abought closed 3 years ago

abought commented 4 years ago

Purpose

LocusZoom becomes very slow when loading dense regions (with a lot of variants). Some users would like to increase max_region_size and/or render modern datasets that may be imputed to better panels.

This ticket contains some initial low-hanging performance improvements:

Summary of changes

Bugfixes:

TODO