A lot of globalsteps, abm and lbm #1758

Open
opened 2021-05-26 09:44:47 +02:00 by Emojigit · 3 comments
Contributor

There are:

  • 41 globalsteps
  • 33 lbm
  • 59 abm
    in the game. This increaces the globalstep dtime to 2.
There are: * 41 globalsteps * 33 lbm * 59 abm in the game. This increaces the globalstep dtime to `2`.
Member

globalsteps will be greatly improved by MineClone2/MineClone2#1525
ABM are less important (they are forced to execute in a restricted amount of time, so some nodes will just be skipped if there is lag)
LBM idk

globalsteps will be greatly improved by https://git.minetest.land/MineClone2/MineClone2/pulls/1525 ABM are less important (they are forced to execute in a restricted amount of time, so some nodes will just be skipped if there is lag) LBM idk
AFCMS added the
code quality
label 2021-05-26 10:01:24 +02:00
AFCMS added this to the 0.72.0 milestone 2021-05-26 10:01:28 +02:00
AFCMS added this to the 0.72 project 2021-05-26 10:01:33 +02:00
AFCMS added the
needs research
performance
labels 2021-05-26 10:01:53 +02:00
cora modified the milestone from 0.72.0 to 0.73.0 2022-02-15 05:35:44 +01:00
cora removed this from the 0.72 project 2022-02-15 05:35:48 +01:00
Contributor

yes i was planning to work on this too. Particularly abms Its not only the sheer number (although it should be reduced – i think there's actually a limit of 64) but also that some of the conditions are very inefficient.

yes i was planning to work on this too. Particularly abms Its not only the sheer number (although it should be reduced – i think there's actually a limit of 64) but also that some of the conditions are very inefficient.
Member

@ancientmarinerdev You've done a lot of work on reducing the ABMs and such, whats the current count now that its been a year since this issue was opened?

@ancientmarinerdev You've done a lot of work on reducing the ABMs and such, whats the current count now that its been a year since this issue was opened?
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#1758
No description provided.