GithubHelp home page GithubHelp logo

Comments (3)

andreasvc avatar andreasvc commented on May 29, 2024

There are two issues with your code. You refer to index 3 which is out of bounds because len(mrb) == 3. Secondly, you pass arrays to jaccard_dist which do not have type code 'L', as in the docstring example.

It is of course possible to check for these things, but the idea was to minimize overhead.

from roaringbitmap.

daveuu avatar daveuu commented on May 29, 2024

Fair enough. Do you think the 'Q' arrays will ever give a wrong result even if they don't cause a crash? I appreciate the design choice for not checking types in the interests of speed though, so I suppose it doesn't matter what the output is: it's up to the user to check their input.

from roaringbitmap.

andreasvc avatar andreasvc commented on May 29, 2024

L and Q happen to be the same size on Intel 64-bit, so the results will always be identical. L and Q probably differ when you run on 32-bit or another platform. Checking the type of the arrays wouldn't be a problem, it happens only once per call (as opposed to checking whether indices are out of bounds). In any case the docstring is now more explicit.

from roaringbitmap.

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.