Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a performance page to the wiki #47

Open
laurentopia opened this issue Oct 30, 2020 · 0 comments
Open

add a performance page to the wiki #47

laurentopia opened this issue Oct 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@laurentopia
Copy link

laurentopia commented Oct 30, 2020

the question i have is “how much do i pay for the convenience of using this graph vs pure c#?”
a page showing bluegraph vs c# benchmarks would help answer.

considerations: allocation pressure, speed loss, cost of graph traversal, cost of graph instantiation.

tests types:

  1. data crunch graph like the texture example vs c# equivalent
  2. fsm graph vs c# switch case
  3. simple branching in bluegrap vs nested ifthenelse in c#
  4. instantiating N gameobjects with BG vs with c#

N=10k which helps evaluate BG impact on CPU starved devices

@laurentopia laurentopia added the enhancement New feature or request label Oct 30, 2020
@laurentopia laurentopia changed the title add a performance sectionthe wiki add a performance page to the wiki Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant