ljeub-pometry

Results 11 comments of ljeub-pometry

Partially addressed by #1065. Input now takes ownership but we still return owned data rather than references.

Our python interface still very much uses dynamic dispatch...

This is still not really solved. There is an alternative possibility of directly adding a reference to the storage to a new `GraphView` struct and to the `NodeView` and `EdgeView`...

These `println!` are now `error!` logging outputs, but that is barely an improvement.

Note that things in the `filter` module have to be annotated with `filter.Class` due to the way the imports are set up in the stubs generation. The reason for this...

Not an immediate priority but probably still a good idea eventually

You might also be interested in this paper: https://kim246.wwwdns.kim.uni-konstanz.de/publications/bb-eglrn-05.pdf In section IIa they have an algorithm for generating these graphs without looping over all pairs of nodes which is going...

For the compilation error, if you set the rust-version in the main Cargo.toml to 1.88 it should fix it.