-
The manual says "It is recommended that programs do not spawn more domains than cores available".
I was curious what happens if I do exceed it? The result is a major slowdown when you exceed numb…
-
Currently -bench output is very sensitive to GC effects. For example:
1. Changing allocations in phase A might cause a GC cycle to shift from phase B to phase C, which can look like an improvement to …
-
Hi there,
Just curious maybe a silly question: is there any relation/difference this work with Brandon Reagen work https://arxiv.org/abs/2006.00505. It seems both frame focus on HME on DNN and nam…
-
The functions aren't exported, because that would be type piracy on the base types Float64 and Float32.
Therefore, why not extend these functions to also work on `NTuple{N,Core.VecElement{Float64}}…
-
I was excited to install your new version, announced to fix "bugs with memory usage". Unfortunately the amount of memory that your software uses now is even worse than before.
Despite the use of `-Xm…
-
Hello I'm trying to use pbkdf2-hash-password but it is *very* slow for me. For example, running it like this:
```lisp
(time (ironclad:pbkdf2-hash-password (ironclad:ascii-string-to-byte-array "123…
-
Our device has only 512mb RAM and mono uses almost 100Mb that is too much. Profiler shows that 90% of it is uses for unmanaged memory. Is it normal behaviour? Could you suggest how we can optimize mon…
-
```
What steps will reproduce the problem?
1. Create new project and set the animation interval to 60fps
2. Add several CCSprites to scene
3. Move the sprites using schedule (sprite.schedule("update")…
-
[Jan had different text here before, but I rewrote it as the situation changed]
## Background
Although the Frozen Object Heap has existed in the runtime for a long time, it has never been used f…
-
Does julia poses fundamental limitations to declare bindings withoud shared lib (executable with embedded julia), like pybind11 `PYBIND11_EMBEDDED_MODULE`?
I try to create julia module and sand …