Marc Greuter
Marc Greuter
### Describe the bug, what's wrong, and what you expected. I'm currently optimizing the code by using `Thread`. However when using `select_enclosed_points` the result are not always consistent. I had...
**Is your feature request related to a problem? Please describe.** In our library we have to call a specific subgraph quite frequently (for example 100+ times). Currently you either the...
**Is your feature request related to a problem? Please describe.** In our project some graphs are time critical, when profiling the code the `NodeEncoder` arose as a bottleneck. **Describe the...