Giter Club home page Giter Club logo

Comments (2)

roy-t avatar roy-t commented on May 18, 2024

Hmm, the only allocations per frame are from making searchNodes, which are short-lived (g0) objects. I haven't had any problems. But we could move to zero allocations by using a pool for those objects. What do you think? Are you having real problems?

from astar.

gamemachine avatar gamemachine commented on May 18, 2024

ToArray on the Stack allocates, as does just allocating a Stack so you allocate two collections there on every path. IEnumerable allocates also.

I'm using Unity which uses boehm. It's common practice to have zero gc in the Update loop on Unity because of that since short lived can easily end up in a stop the world collection.

No big deal I needed to customize it anyways for concurrent pathfinding also. I'm working with up to 100 agents pathfinding every couple of seconds. Which is too much for the main thread. I also converted it to use Unity Vector2Int instead of positon so I didn't need multiple position lists. Plus I just have the pathfinding specific stuff since Unity doesn't support .NET Standard (beta release does but not on that).

from astar.

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.