-
Hi, there! It looks like on multithreaded benchmarks virtual memory keeps growing and is never freed. Valgrind only shows a leak of 240 bytes due to https://github.com/google/benchmark/issues/782 so…
-
Hi,
I try running this hook on Ubuntu 23.10, and when I launch the command "pre-commit run", I systematically get the following error:
ERROR: Command "python setup.py egg_info" failed with error …
-
Hello, thank you for the great project.
I tried to use the generator on http://quarkusdemos.net/. Therefore I exported the input JSON with the OPTIONS from my JBoss EAP application server.
```
{
…
-
**Description**
The archiver should be integrated into the new architecture. To achieve this we will move the existing archivers from Operate and Tasklist to camunda-exporter, while merging them acc…
-
What is concurrent programming? Why do we do it? How do we do it safely? On the latter question, there's lots to explore:
* thread pools vs virtual threads (what to use when?)
* concurrent data st…
-
org.litepal.exceptions.LitePalSupportException: Attempt to invoke virtual method 'java.lang.Class[] java.lang.reflect.Constructor.getParameterTypes()' on a null object reference
at org.litep…
-
The **AQ virtual machine** provides a running environment and platform for the _AQ language_.
**Waiting for the development of the AQ virtual machine and its instruction set and other related content.…
-
```
After ./configure && make:
/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -pthread
-Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare
-DNO_FRAME_POINTER -g -O2…
-
```
After ./configure && make:
/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -pthread
-Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare
-DNO_FRAME_POINTER -g -O2…
-
In an otherwise empty directory, I have `j.jl`:
```julia
f( ::Tuple{}) = 1
f(t::Tuple{Int}) = only(t)
f(())
f((3,))
```
When I run `julia --code-coverage=@ j.jl`, I get:
```none
…