Giter Club home page Giter Club logo

Comments (1)

jwildfire avatar jwildfire commented on June 11, 2024

Was hoping that this was an issue with too many marks being drawn on the page, but the fixes in progress for web-codebook v1.7 (also available in R via install_github('rhoinc/datadigest', ref="v1.1.0-dev")) don't seem to help much.

My comp (16 gb RAM) managed to load a codebook for a 200000x150 labs data set (~200mb), but it was definitely slow ... RStudio crashed when I tried to run the codebook on a df that was 450000x150 (~400 mb). 

Honestly, this should be doable. If the data set is loaded in to memory (which took a second, but worked ok) we should be able to summarize it. My new best guess is that there is some inefficient data handling happening in javascript that is causing the problem. I'll see if I can do some profiling and figure out where exactly the problem is occurring and will keep you posted on possible fixes. 

If javascript debugging fails, then a more thorough refactor where data summaries are calculated in R and then passed to javascript for visualization (in a shiny app?) could be considered, but that would be a big chunk of work that may not happen soon.

from datadigest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.