Giter Club home page Giter Club logo

Comments (4)

newville avatar newville commented on June 15, 2024

@damamaty That seems okay to me. Does "cpl mins" mean "couple of minutes"? Anyway, I don't quite see this as a serious problem.

from asteval.

damamaty avatar damamaty commented on June 15, 2024

Yes, sorry, "couple minutes". It can take longer depending on the list size.
Reported it because it was a reason of bad performance in our case. Can be avoided by e.g. using wrappers around list/dict with redefined repr, but from my point of view it is unexpected that the library does that.

from asteval.

newville avatar newville commented on June 15, 2024

@damamaty Huh? What does __repr__ have to do with it? Should I know what you expected to happen? As it turns out, I don't.

Why would anyone create a list with a billion elements and then expose that in a sandboxed interpreter?
Performance is just not a high priority here, but you may recall that there is this thing called numpy.

from asteval.

newville avatar newville commented on June 15, 2024

Closing this, I cannot reproduce. FWIW

>>> x = [1]*1_000_000_000     # takes a couple of seconds for me
>>> import asteval
>>> aeval1 = asteval.Interpreter({'x': x})  # much less than 1 sec
>>> aeval2 =  asteval.Interpreter()  # much less than 1 sec
>>> aeval2.symtable['x'] = x  # much less than 1 sec
>>> aeval2('len(x)')                 # much less than 1 sec   
1000000000

from asteval.

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.