glow icon indicating copy to clipboard operation
glow copied to clipboard

Move layout information from nodes constructor' to their Glow types

Open shajrawi opened this issue 6 years ago • 3 comments

with a default of 'any layout' for any node that's agonistic to layout constraints. straightforward / just some manual labor for someone motivated: During an operator's construction it will propagate the layout string to the type field instead of saving it as a string in the operator's class. The type itself should, preferably, not contain the layout string but a pointer to a global "cache" of strings: this reduces the memory usage of types and makes type-hashing easier.

shajrawi avatar Nov 18 '19 16:11 shajrawi

@shajrawi I agree with this approach of having the layout part of the Type definition. Is this work planned?

mciprian13 avatar May 05 '20 08:05 mciprian13

The issue is up for grabs / not assigned, please feel free to work on it if you're interested.

shajrawi avatar May 05 '20 16:05 shajrawi

@shajrawi can I work on this issue, I'm quite new to working on open source but I have some experience and skill in C/C++ programming.

gudipudiramanakumar avatar Oct 12 '24 13:10 gudipudiramanakumar