Giter VIP home page Giter VIP logo

Comments (2)

RandomFractals avatar RandomFractals commented on May 28, 2024

Tried it with vizgen mouse genome data: https://vizgen.com/data-release-program/

One of their data files is ~207 Mbytes, has 650 columns and over 78K rows. That's about 50 million of dense wide column mostly numeric data points to parse.

This took a while to load and Tabulator table is not very responsive on scrolling ...

tabular-mouse-genome-data

I might need to move reading large data files to a worker thread because of all the CSV line data parsing. Docs on nodejs worker threads: https://nodejs.org/api/worker_threads.html

Even with the added table.iter rows stream reader, ext. host main thread is blocked till all data is read and the first 1K rows are sent to the table webview for display.

from tabular-data-viewer.

RandomFractals avatar RandomFractals commented on May 28, 2024

Closing this. Will handle the rest of large CSV data parsing and loading optimizations in #58 and #59.

from tabular-data-viewer.

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.