-
Nuclear is an amazing platform. The moment I saw it, I know that it was a good software. The problem is, at least for my computer, the CPU and Power usage is extremely high, up to 95% of the CPU on my…
-
### Description
With this snippet of code,
```
import jax
import jax.numpy as jnp
@jax.jit
def compute(M):
Z = M@M
with jax.profiler.TraceAnnotation("InsideAnnotation"):
…
-
Exposing a lower-level API for manually creating transactions and spans with explicit timing values (instead of automatically reading the system clock when the spans are started / finished) would be u…
leops updated
2 months ago
-
Current performance for `Get` is between 2 and 7 times slower than native implementation for maps (depending on map size). There are many possible reasons, including the performance of the hashing me…
-
I'm using Firefox 92.0.1 and I notice that the rendering of the main table is a quite slow, also like the filtering.
This issue is not present in Chrome.
Anyone other has the same problem?
-
Does `py-spy record` ignore threads that don’t contain any Python stack frame by default?
I have a Python program with a native extension (that happens to be written in Rust). That extension starts…
-
Three separate sources of slowness have been identified:
1. Early in the process when data is being gathered, profiling shows Hibernate eating a lot of memory. Caches may need configuration and lat…
-
**Is your feature request related to a problem? Please describe.**
While visualizing delays from an identical starting point - effectively overlapping each other - through scopes manually added to …
-
Hi.
Running snmpwalk takes a long time to complete, and if there is a large amount of data it can also timeout.
By looking at the clixon logs I saw that the most of the delay happens when the walk…
-
### Bug description
In cases where the workspace is too small for a mini-batch during training (when not using mini-batch-fit) or decoding (when there is unusually long sentence inside the mini-batc…