-
# Goals
## Background
If we want to move to stateless validation, we need to understand the witness sizes involved.
This issue is about finding out hard limits that are never exceeded even when malic…
-
Thank you for reviving this crate. I noticed that this parser has a worst case exponential runtime of `O(2^n)`. The following is an example input that showcases this behavior:
```rust
use parse_wi…
-
The `RewriteControlFlow` phase visits expressions only if they contain control flow (`return`, `break`, `continue`). But that means visiting twice the expressions when they contain control flow which …
-
**Describe the bug**
The standard requires `nth_element` (both `std` and `std::ranges` overloads) to perform only O(n lg n) swaps. However, we currently implement only quickselect: https://github.com…
-
# To Add
- Adding a Bogo Sort algorithm
## Bogo Sort
- An algorithm that randomizes the position of each element in an array until it is in the sorted form.
- Time complexity:
- - Best Case: O(…
-
# Motivation
We are currently using this code [https://github.com/nearprotocol/nearcore/blob/master/runtime/runtime-params-estimator/test-contract/src/lib.rs#L681](https://github.com/nearprotocol/nea…
-
### Summary of Problem
See #10396, specifically [this comment](https://github.com/chapel-lang/chapel/issues/10396#issuecomment-406090308), which points out a case where memory tracking increases exe…
-
```html
```
As demonstrated in https://github.com/salesforce/lwc/pull/4787, if `dynamic` is `undefined`, then this renders (in `engine-server`):
```html
```
And for `null`:
```ht…
-
We're only testing the 'leftover' case where we can't do a full mm128 load. It is also worth testing the good case, probably just by padding spaces at the end of the input string.
amosr updated
7 years ago
-
We probably should never run a given version of the parsec server when the full list of available migrations have not been applied.
Best case scenario, the server will loudly fail when starting to …