Giter VIP home page Giter VIP logo

Comments (2)

cfbolz avatar cfbolz commented on May 20, 2024

The types that we see in test_larger.py:

None: 126
W_Fixnum: 145
W_Null: 3
W_Prim: 7
W_Closure: 118

For W_Fixnum we should use a strategy, for the W_Closure case maybe we can extend when RecLambda is used a bit.

from pycket.

cfbolz avatar cfbolz commented on May 20, 2024

Here's the diff to do this type profiling (untranslated):

https://gist.github.com/cfbolz/7799bba1031ef2e3f13d

Current numbers for all tests:

at construction
W_Null: 2
W_Fixnum: 41
None: 28

when set
W_MCons: 2
W_ClosureSize1: 7
W_PromotableClosure: 1
W_Fixnum: 139
W_Bool: 2

This means fixnum strategies are still a good idea, and the reclambda removal is very successful

from pycket.

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.