GithubHelp home page GithubHelp logo

Comments (1)

SSoelvsten avatar SSoelvsten commented on June 12, 2024

Just to confirm, here are some statistics on Tic-Tac-Toe 22 with CAL after the rebase merge.

Number of nodes garbage collected: 190829368
number of garbage collections: 20

This is roughly equivalent to 190829368 * 3 * 8 bytes, i.e. 4.8 GiB garbage collected. Specifically, if we look at its own reported unique node table size we see it has used about 4 GiB a tmost

Total BDD Node Usage : 66592604 nodes, 2130963328 Bytes
Peak BDD Node Usage : 125127046 nodes, 4004065472 Bytes

This seems quite reasonable. Looking at the System Monitor The peak memory was about 8 GiB. The remaining 3 GiB must be the OS, computation cache and the unreduced nodes. That seems realistic.

This is much less than the 14 GiB total usage (counting duplicates).

from cal.

Related Issues (18)

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.