es-ude / elastic-ai.creator

elastic ai.creator
MIT License
16 stars 2 forks source link

feat(ir): add graph delegate and iterators #389

Open glencoe opened 1 day ago

glencoe commented 1 day ago

This data structure and its iterators shall reduce complexity for more advanced graph data structures. It manages nodes/edges and we can implement different traversals etc. for it. More advanced graphs can then delegate these operations to the easier to test delegate.

Please let me know if the term delegate makes sense for you here.