-
Hello, awesome works, and congratulations! I'm wondering how to reproduce the numbers in Table 2.
First, I suppose the base number for Table 2 is 500, but multiply 500 with many percentages in Tab…
-
Maybe I did not read the manual well, but I could not find the algorithm or paper on which the function `compute_json() ` is based, it says that it is a high performance technique, for inputs greater …
-
https://github.com/PlummersSoftwareLLC/Primes/blob/2c7bbf93d8c157db547d9dac2937d38c188399c0/PrimeGo/solution_1/main.go#L100
`initBitArray := make([]bool, 1e6)`
the array size is hard coded to 1,…
-
I found this today: `1.0.0-rc1` becomes `1.0.0rc1`, see details here https://github.com/smarie/python-getversion/issues/10
The underlying error is due to `pkg_resources` that removes the pre-releas…
-
Hello,
I tried developing a simple three node causal model with a negative feedback loop to keep the model relatively stationary. That is, node_A has a positive cause on node_B, which has a positive …
-
Hello! I am looking at the current Swift implementation of the sieve and have some changes in mind that in my machine lead to ~10x speed improvement. The thing is that I consider these changes to be r…
odmir updated
3 years ago
-
Thanks for this fun project.
Comparing languages and algorythms gives interesting insights.
For better comparabilty we should define a clear drag race finish line.
Currently the runSieve func…
-
We use assert_eq! on floats in the tests. We should instead use the approx crate.
-
Hi, I'd like to add an accordion element (example from Semantic UI: https://react.semantic-ui.com/modules/accordion/) to have more information be shown in the post on click by the user.
How should I …
-
The current abstraction for the guard condition does not allow the guard condition to depend on the local or global environment, as it [only takes a term as an argument.](https://github.com/MetaCoq/me…