-
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 …
-
When lots of command line arguments are passed to a Crystal binary, it will exceed the memory at startup, which results in a segfault. An example where that can happen is when you are writing a script…
-
We are investigating GC pause time in order to potentially achieve 60 fps, but we observe long GC EE suspend pauses.
For example, on next benchmark max GC pause on arm64(rpi4) can get as high as 55…
-
In (https://github.com/WebAssembly/meetings/blob/main/main/2020/CG-09-15.md), the EH proposal was changed to remove exception packages as first class values. Since that time, this proposal was advance…
-
On my machine, initial Haskell tool setup (after I've opened my first Haskell project) has taken about half an hour, and during all this time the only thing I was able to see was this spinning progres…
-
As background, I investigated a periodical OutOfMemoryError encountered in a server application I am working on. This used REST-API-Client built from the 'master' branch, for JDK 17 support. The main …
-
## Description
LoggerContext / LoggerRegistry don't play well together in using weak references, which can result in a `null` logger if the GC kicks in at a bad timing.
## Configuration
**Ver…
-
I am running on Windows, 32GB of RAM.
When generating tiles for say Canada (4GB), the generated node.db is 6GB and the OS auto memory-maps it correctly. During step2_ways I get 100-150k/s, and almo…
-
Hi,
I have four nematode genome samples and I'm running BRAKER with genemark epmode to annotate with protein + genome, with RNA + genome, and then combine the two with TSEBRA. 3 of the genomes proce…
-
The most useful one to add seems Float32Array, but maybe any array could be better ?
One current issue is that a Typed Array (8,16,32) will have to be converted to 64 and takes time and extra memor…