Giter Site home page Giter Site logo

Comments (5)

lemire avatar lemire commented on May 27, 2024

Do you refer to this function in our On Demand API?

  /**
   * Get the value at the given index. This function has linear-time complexity.
   * This function should only be called once on an array instance.
   */
  simdjson_inline simdjson_result<value> at(size_t index) noexcept;

You have taken into account that you should call once on an array instance?

This function is very specialized, it is meant to be used only when you need just one entry. We deliberately disallow repeated calls to it.

It is stated explicitly in our main documentation:

Capture d’écran, le 2023-09-23 à 14 05 59

Maybe you mean to use our DOM API?

https://github.com/simdjson/simdjson/blob/master/doc/dom.md

from simdjson.

lemire avatar lemire commented on May 27, 2024

I removed the bug label since the provided code sample violates the function specification.

from simdjson.

lemire avatar lemire commented on May 27, 2024

The code sample uses count_elements(), please refer to the documentation on its usage:

Users should be aware that the count_elements method can be costly since it requires scanning the whole array. You should only call count_elements as a last resort as it may require scanning the document twice or more.

from simdjson.

ksandro avatar ksandro commented on May 27, 2024

Ok, now I see that it is really mentioned in the documentation. Sorry, I missed it.
But it is non intuitive, that this function can not be called two times, and in some cases it works. If I call at(0) than at(1) gives correct result in my example. Maybe it is possible somehow to forbid incorrect usage, but it is not important I think the issue can be closed.

I used count_elements() just for debugging, to be sure that array really contains required number of elements, it is not used in production code.

from simdjson.

lemire avatar lemire commented on May 27, 2024

Closing.

Pull requests are always invited.

from simdjson.

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.