-
This issue will accumulate and track various optimizations and enhancements for Construct target (#377).
- [ ] Use `CString` where applicable instead of `NullTerminated(GreedyString)`
- [ ] Use `B…
-
I hit this bug working on the WKT serialization/deserialization for the labelled array gsoc.
Take the following example with two polygons. The first multipolygon is a double-torus defined by a square…
-
Currently the modules config accepts either Object or Array syntax—the latter being required when load order is important.
A simpler system is to use a "depends" field to note when one lib requires a…
-
# MWE
Below, I try to make all the edges point to the right, but the edge from `combined` to `'intermediatefile.rds'` points to the left. Also, `final` should be the right-most node.
```r
libra…
-
This is an umbrella issue for various algorithms that might or should be implemented mid- to long-term.
---
**Clustering**
- [ ] Transitivity
**Connectivity**
- [ ] Is connected
- [x] …
-
Comparing results with CSparse by T.Davis
-
The new `ToplogicalSort()`, based on its `StableTopologicalSort()`, has really large performance degradation.
A program that used to take 42s, now takes 220-300s (sometimes more), with the vast maj…
-
Here is a possible list of algorithms based on a graph that needs to be implemented
the languages in which the algorithm has been implemented is written in the bracket, please refrain from adding alg…
-
In https://github.com/celery/celery/blob/b472fbccd082c4f2137d4ac40d9e7061ffaf41f7/celery/result.py#L293-L303
the `stack` variable is actually used as a queue, since we `pop` from the left and `extend`…
-
After commit 13b4db1cabf97786d1b90bb10e3ff536d442f039, we first load a shared-object and all its dependent objects (DT_NEEDED), and only after this is done, run the initialization functions of all of …