Skip to content

Regression bug: LASSOing has become significantly slower #1216

Closed
@daattali

Description

@daattali

This was introduced some time between 2018-01-26 to 2018-03-07

Here's a plot of 10,000 points:

df <- data.frame(x = runif(10000, min = 0, max = 20000), y = runif(10000, min = 0, max = 20000))
plot_ly(df, x = ~x, y= ~y) %>% add_markers()

Running this 2 months ago, I was able to LASSO points with no problem. Now it's essentially unusable.

Converting it to toWebGL() helps, but is still much slower than it was before.

See video below for comparisons

calculatingkindgar-max-14mb

(related to #1211)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions