-
# 1. Loops can be more efficient
## Impact
The local variable used as for loop index need not be initialized to 0 because the default value is 0. Avoiding this anti-pattern can save a few opcodes …
-
-
[@jvasileff] There are a few oddities on both JVM and JS for Integer ranges that are either:
1) Longer than maxIntegerValue, or
2) Extend beyond min/maxIntegerValue
Perhaps both of the following sho…
-
We'd like to be able to do real time audio filtering with CircuitPython. Example: Read from mic, perform FIR filtering with ulab, output on speaker.
We would also like to process all data from the…
-
Theory of modular arithmetic like the modular inverse and Fermat's little theorem
-
https://github.com/coq/coq/pull/17888#issuecomment-1653573500
Minimized File /github/workspace/builds/coq/coq-failing/_build_ci/fiat_crypto_legacy/src/Primitives/EdDSARepChange.v (from ci-fiat_crypto…
-
Summary
When trying to introduce a shift left code, where I want to initialize a value by shift the number 1 into a vector:
full_length = 16
q = Signal(modbv(0)[full_length:])
…
-
div + mod in 1 call
```
yeah, python has divmod. Will consider implement it in Nim. https://docs.python.org/3/library/functions.html#divmod
So does int128 in Nim/
flywind @xflywind 04:52
http…
-
Hello,
I'm totally new to the Ocaml ecosystem and I wanted to try Eliom.
I'm unable to launch the Ocsigen-Start app, when I execute the `make test.byte`, I have the following error:
```
Error:…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…