-
# Handle
ye0lde
# Vulnerability details
## Impact
Variables are being assigned their default value which is unnecessary.
Removing the assignment will save gas when deploying and improve code clar…
-
# Handle
gpersoon
# Vulnerability details
## Impact
The function updateStreamInternal(address who) has a parameter "who", which isn't used.
However "TokenStream storage ts = tokensNotYetStreamed[m…
-
Consider the following example: https://diffeq.sciml.ai/stable/analysis/parameter_estimation/#Optimization-Based-ODE-Inference-Examples
If one makes an `L2Loss` there is nothing that stops one from d…
-
With `ControlSystem` we were attempting to build the stack towards doing nonlinear optimal control, but we found that having a separate `ControlSystem` type is the wrong way to go about doing it becau…
-
Create a public function to directly input bids/asks that are away from the priceline.
Something like: directNewBid/Ask(hash of active order in the book that is closer to the priceline)
check that…
-
```
Currently jME3 is unable to handle more than a couple of lights. The main issue
permeates itself in how exactly lights are handled. The user creates an ambient
light to make sure the scene isn't…
-
Running the LightHouse Tests:
1. Main Page
- Does not use passive listeners to improve scrolling performance
- Page is blocked from indexing
- Preload key requests (allow early fetching of criti…
-
# 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 an…
-
### Name
Switch
### Screenshots
![image](https://user-images.githubusercontent.com/7928086/142559819-cc5b2466-d546-4284-be18-2b591ed09ed4.png)
![image](https://user-images.githubusercontent.…
-
### Bug description
When utilizing relationJoins in nested joins, a significant performance degradation is observed. In comparison:
Without relationJoins: ~5ms
With relationJoins: ~250m…