Skip to content

Custom Graph Elements

elaverman edited this page Nov 20, 2012 · 2 revisions

For many applications, writing custom graph elements such as vertices and possibly edges might considerably improve the overall performance. The available vertex templates in the framework are designed to facilitate the implementation of algorithms in the Signal/Collect computing paradigm and are therefore held very general to support a variety of use cases. If you would like to improve the performance for your specific use case it might be a good idea to try to implement the needed interfaces of the respective classes by yourself.


Previous: Aggregation Operations Next: Signal/Collect Architecture