Giter Site home page Giter Site logo

Comments (4)

ben-strasser avatar ben-strasser commented on July 21, 2024

Hi,

thanks for the feedback, however I do not see the benefits of this change.

Problems I see with the change:

  • It turns a compile-time constant into a runtime variable. This
    prevents the optimizer from unrolling loops.
  • It introduces an interface breaking change.
  • The number of parameters one passes to read_row is inherently a
    constant. Why not tell the compiler this and make the number a
    compile-time constant?

Advantages I see:

  • Not really any, sorry

Best Regards
Ben Strasser

from fast-cpp-csv-parser.

stereomatchingkiss avatar stereomatchingkiss commented on July 21, 2024

Thanks for you reply and the good library. In that case, I will copy the
file to the project(mlpack), keep your license and do some change on it, is
this Ok?

The api of mlpack need to determine the col number of the file at run time.

2016-07-23 14:55 GMT+08:00 ben-strasser [email protected]:

Hi,

thanks for the feedback, however I do not see the benefits of this change.

Problems I see with the change:

  • It turns a compile-time constant into a runtime variable. This
    prevents the optimizer from unrolling loops.
  • It introduces an interface breaking change.
  • The number of parameters one passes to read_row is inherently a
    constant. Why not tell the compiler this and make the number a
    compile-time constant?

Advantages I see:

  • Not really any, sorry

Best Regards
Ben Strasser


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#26 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABt-uhSu8rvFYyAR3FBFj04-crbJ6THgks5qYbrGgaJpZM4JTTI2
.

from fast-cpp-csv-parser.

ben-strasser avatar ben-strasser commented on July 21, 2024

Hi,

In that case, I will copy the file to the project(mlpack), keep your
license and do some change on it, is this Ok?
Yes that would be ok.

The api of mlpack need to determine the col number of the file at run
time.
I'm curious about what your specific usecase is. When searching for
mlpack all I can find is http://www.mlpack.org and I do not know how
that library interacts with a CSV-parser.

Best Regards
Ben Strasser

from fast-cpp-csv-parser.

stereomatchingkiss avatar stereomatchingkiss commented on July 21, 2024

The api :

template<typename eT>
bool Load(const std::string& filename,
          arma::Mat<eT>& matrix,
          const bool fatal = false,
const bool transpose = true);

As you can see, the api have no information about the columns of the matrix at compile time, they find them out at runtime.

The header file

from fast-cpp-csv-parser.

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.