Giter Site home page Giter Site logo

Comments (4)

paulfitz avatar paulfitz commented on May 18, 2024

The CompareFlags.unchanged_column_context flag gives control over this I believe. If set to 0 no context columns are included. I think a "..." will still be shown - could get rid of that if it is a problem. Do you use daff as a cli program or as a library? I see that as a cli this option isn't exposed yet, sorry about that.

from daff.

mrbrahman avatar mrbrahman commented on May 18, 2024

My end-use is actually for structured "big-data", specifically on Spark. So, I'll be mostly using it as a library.

With that background, let me also post the other questions I have:

  1. Does Haxe also compile to Scala? I think I can use a Java jar for a Scala program, but it would be nice if native Scala is supported.
  2. The TableView wrapper - does it involve making a copy of the data into the Table format, or is it just some kind of meta-data container? I'm hoping it is the latter :-)
  3. Are there any major road blocks that you can see for daff to be used for scattered (though properly distributed and sorted) big-data?

Thanks!

from daff.

paulfitz avatar paulfitz commented on May 18, 2024
  1. I don't think haxe has a Scala back-end unfortunately.
  2. No copies, just a wrapper.
  3. How big is big? For larger data, I use daff's sql support. There are time consuming elements, such as checking each corresponding row to see if any column has changed, that would need to look at all your data.

from daff.

paulfitz avatar paulfitz commented on May 18, 2024

#121 should help with this.

from daff.

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.