-
```
The event loop(s) in app/base.py does method-lookup for every loop iteration,
something which is a known Python time sink for often-called methods. The
attached patch assigns idle(), step() and …
-
```
The event loop(s) in app/base.py does method-lookup for every loop iteration,
something which is a known Python time sink for often-called methods. The
attached patch assigns idle(), step() and …
-
In example https://godbolt.org/z/b8z5P1KEz
```c
size_t strlen2(const char *s)
{
const char *s1 = s;
while (*s++) ;
return (size_t)(s-s1-1);
}
```
GCC frequently produce kernel loop wi…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39765](https://bugs.llvm.org/show_bug.cgi?id=39765) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR16429](https://bugs.llvm.org/show_bug.cgi?id=16429) |
| Status | NEW |
| Importance | P enhancemen…
-
```
The event loop(s) in app/base.py does method-lookup for every loop iteration,
something which is a known Python time sink for often-called methods. The
attached patch assigns idle(), step() and …
-
Hello! Let’s say I have something like the following
```python
def PowerLaw(eqx.Module):
amplitude: Array
power: Array
def __call__(self, x: Array):
return amplitud…
mjo22 updated
1 month ago
-
# Creating the Optimization Possibilities Loop (OPL)
In `sim-exchange` we have a standing queue where orders sit, waiting to be
matched via a price on demanded cash flows, given user parameters.
…
-
[Example iPyNB](http://nbviewer.jupyter.org/github/convexopt/gpkit/blob/phosphorylation/docs/source/ipynb/Phosphorylation%20optimization%20with%20SP.ipynb)
Could in particular be used to optimize / s…
-
Hi,
I'm looking into integrating features like loop closing / global optimization with DSO.
Although DSO's optimization is done with Information Filter, I think it is possible to integrate these f…