Amaury Chamayou

Results 254 comments of Amaury Chamayou

@letmaik thank you for the excellent design notes. > In those conditions, the JIT kicks in, especially when the benchmark doesn't just run for a few microseconds. I think you...

Since we have not found a way to shorten context creation time, and match the combined latency-isolation offered by quickjs, we will not move forward with v8 as a fully...

@heidihoward this is a known issue unfortunately, GitHub has a single `latest`, which is the latest release (not including pre-releases), there is no easy way to have a latest-1.x, latest-2.x...

@heidihoward yes, the combined GitHub and Debian legal character rules are quite unpleasant. We will try to fix this.

+1 on the names. I think there may eventually be a case for split values because I can imagine a scenario where public/quasi public-endpoints have lower limits than endpoints for...

Probably not useful for JS Apps long term, but applicable to governance, and so still worth doing.

Out of scope for 2.x, not necessary for current use cases.

I am probably missing something here, but ``` /\ votesRequested = ( NodeOne :> ( NodeOne :> 0 @@ NodeTwo :> 0 @@ NodeThree :> 1 @@ NodeFour :> 0...

@heidihoward the implementation does use a quorum *across* all active nodes: - https://github.com/microsoft/CCF/blob/main/src/consensus/aft/raft.h#L1976 - https://github.com/microsoft/CCF/blob/main/src/consensus/aft/raft.h#L2130 as opposed to a quorum in *each* active configuration. I have not been able to...

Where `C` represents the commit level (last `commit_idx` received from primary) and `c` represents the committable level (`last_idx` containing a valid signature from the primary). `R` represents a reconfiguration transaction...