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

Generate trees using schematics #50

Closed
Niklp09 opened this issue Oct 13, 2024 · 2 comments
Closed

Generate trees using schematics #50

Niklp09 opened this issue Oct 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Niklp09
Copy link
Member

Niklp09 commented Oct 13, 2024

Follow-up to #9.
Our current, NodeTimer based system still needs 10-20ms per growing tree.
We could move this load completely to C++ and the emerge thread by using schematics. I'd prefer something like ethereal's way of using schematics, since this avoids using .mts files, which are basically binary blobs.

2024-10-13 19:13:45: ACTION[Server]: [archtec] NodeTimer took '18577' us, pos '(15698,-3,15783)', node 'moretrees:rubber_tree_trunk'
2024-10-13 19:13:47: ACTION[Server]: [archtec] NodeTimer took '19388' us, pos '(15605,2,15698)', node 'moretrees:poplar_trunk'
2024-10-13 19:13:47: ACTION[Server]: [archtec] NodeTimer took '16064' us, pos '(15612,4,15765)', node 'moretrees:poplar_trunk'
2024-10-13 19:13:47: ACTION[Server]: [archtec] NodeTimer took '14597' us, pos '(15657,2,15775)', node 'moretrees:cedar_trunk'
2024-10-13 19:13:49: ACTION[Server]: [archtec] NodeTimer took '22077' us, pos '(15671,3,15808)', node 'moretrees:willow_trunk'
2024-10-13 19:13:50: ACTION[Server]: [archtec] NodeTimer took '10766' us, pos '(15736,2,15786)', node 'moretrees:poplar_trunk'
2024-10-13 19:13:50: ACTION[Server]: [archtec] NodeTimer took '13631' us, pos '(15702,3,15773)', node 'moretrees:rubber_tree_trunk'
2024-10-13 19:13:51: ACTION[Server]: [archtec] NodeTimer took '24183' us, pos '(15716,6,15837)', node 'moretrees:poplar_trunk'
2024-10-13 19:13:51: ACTION[Server]: [archtec] NodeTimer took '12820' us, pos '(15696,5,15742)', node 'moretrees:poplar_trunk'
2024-10-13 19:13:52: ACTION[Server]: [archtec] NodeTimer took '25267' us, pos '(15664,3,15833)', node 'moretrees:cedar_trunk'
2024-10-13 19:13:52: ACTION[Server]: [archtec] NodeTimer took '17392' us, pos '(15695,2,15741)', node 'moretrees:willow_trunk'
2024-10-13 19:13:52: ACTION[Server]: [archtec] NodeTimer took '15389' us, pos '(15704,5,15752)', node 'moretrees:poplar_trunk'
2024-10-13 19:13:53: ACTION[Server]: [archtec] NodeTimer took '13425' us, pos '(15671,3,15807)', node 'moretrees:cedar_trunk'
2024-10-13 19:13:53: ACTION[Server]: [archtec] NodeTimer took '10716' us, pos '(15689,2,15759)', node 'moretrees:willow_trunk'
@Niklp09 Niklp09 added the enhancement New feature or request label Oct 13, 2024
@wsor4035
Copy link
Contributor

related #39

@Niklp09
Copy link
Member Author

Niklp09 commented Oct 14, 2024

Closing in favor of #39, I forgot about that one.

@Niklp09 Niklp09 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 14, 2024
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

2 participants