Paul Schoenfelder

Results 323 comments of Paul Schoenfelder

These have been implemented

I'm going to start porting over stuff piecemeal from this PR into `develop`, but I don't think there is any way to merge this PR without a mess, but that's...

This depends on distribution, since sends may only suspend when sent to a remote process

See #8 as well

Closing this because it is almost certainly not an issue anymore, as much has changed since this was initially reported, but if it comes up again we can reopen

A couple thoughts regarding the performance/profiling aspects: * How sparse is the vector? B-trees have some degree of memory overhead themselves, as they pre-allocate arrays for each internal node in...

The `get_paths` function performs a depth-first traversal of the entire graph in order to discover all the paths, so it is expected that it would get increasingly expensive as the...

Yes, this should be superseded by the changes in #1277, which will emit warnings for this. I haven't evaluated how well diagnostics get rendered via the CLI after merging that...

It's on indefinite hiatus at the moment, largely because I haven't had any time to allocate to it. Working on it isn't my day job currently, and my actual day...