CodingTrain / CodingTrain/Suggestion-Box

Optimizing Complex Calculations for high-pop Objects

Open
#126 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
570
Forks
85
PR merge metrics
No merged PRs in 30d

Description

Let's say you have 5,000+ entities that require detailed AI computations at a high frequency (let's say per frame). From my research a common solution to resolve heavy functions for many instances rapidly is to delegate the heaviest workload to a thread (such as AI pathfinding). The workloads I am thinking of is graphical, spacial, ecosystem, genetics, etc.

How would you go about managing per frame and threaded callbacks for smooth / fast AI with many instances? The genetic algorithms series would be an excellent transition if it's included in the AI arguments.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.