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 new layout. #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

typesAreSpaces
Copy link

It is similar to the tall layout but the first stack node keeps the same dimensions. It is slow due to the second additional loop. I'll appreciate some help or hints so I can improve this layout.

…the same dimensions. It is slow due to the second additional loop. TODO: speed up the slow loop.
Copy link
Owner

@phenax phenax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay. A couple of issues here -

  1. The size of the secondary main is pretty inconsistent and keeps changing since it doesn't have a fixed size set here
  2. As you mentioned, it can get a bit slow with a lot of nodes (I'll go through this a bit later)
  3. The name ntall makes it seem like we can have n number of nodes as master which doesn't seem to be the case here

@amtoine amtoine added the stale When an issue or a PR hasn't been udating for a while label Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale When an issue or a PR hasn't been udating for a while
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants