Giter Site home page Giter Site logo

computed-gotos's Introduction

This is just an experiment on [1], the interpreter logic is identical to the
original.

From [2] I assume the code follows the Unlicense License. You can assume the
same license from me on the shell scripts and the added variants.

The results on a 100-byte randomly generated program:

    + ./main
    131 131 131 131 131 131
    0
    + echo

    + time -p ./main_switch
    96
    real 1.59
    user 1.59
    sys 0.00
    + echo

    + time -p ./main_cgoto
    96
    real 0.64
    user 0.63
    sys 0.00
    + echo

    + time -p ./main_call
    96
    real 1.56
    user 1.56
    sys 0.00
    + echo

    + time -p ./main_cgotow
    96
    real 1.06
    user 1.06
    sys 0.00
    + echo

    + time -p ./main_switchc
    96
    real 1.18
    user 1.18
    sys 0.00
    + echo

    + time -p ./main_sgoto
    96
    real 1.65
    user 1.65
    sys 0.00
    + echo

    + echo all done
    all done


- [1]: https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables/

- [2]: https://github.com/eliben/code-for-blog

computed-gotos's People

Contributors

ctarbide avatar

Watchers

 avatar  avatar

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.