nerd icon indicating copy to clipboard operation
nerd copied to clipboard

Executables very slow on Debian 12?

Open mavavilj opened this issue 5 months ago • 6 comments

I am testing the Fibonacci code. As an example I am finding the 41st number.

fibo.zip

node fibo.js returns pretty quickly, but ./fibo.out after

nectar fibo.js -o fibo.out

takes noticeably long to return.

This is entirely different what's supposed to happen based on the benchmarks in the repository.

Is something broken?

mavavilj avatar Jan 23 '24 11:01 mavavilj