-
Incremental compilation is beginning to work on master under `-fno-emit-bin` or `-ofmt=c`. **Bug reports for crashes or incorrect behavior when using incremental compilation with these compiler flags …
mlugg updated
1 month ago
-
## **Description:**
The `handleClick` function in the `Copilot.tsx` file can be optimized by using the `useCallback` hook to memoize it. This will prevent unnecessary re-creations of the function on …
-
# Describe your feature request
## Is your feature request related to a problem?
The current filter should be reasonable performant for not too complex filter configs.
However, if several LogIds …
-
### Describe the bug
Not sure if it's a bug or I am simply misunderstanding what they are for.
Currently all my memos are private and i am the only user in a local network. Nothing shows up in th…
Lyzod updated
1 month ago
-
There is already a "popular" project that aims to solve the same problem: https://github.com/alexreardon/use-memo-one
What's the difference?
Here the implementation: https://github.com/alexreardon…
-
I want to contribute to solving the Travelling Salesman Problem (TSP) using a dynamic programming approach with bitmasking to find the minimum Hamiltonian Cycle. The problem seeks to determine the sho…
-
-
Should `memoize` be sensitive to options?
I can see arguments both ways:
1. sometimes the options contain important parameters, like coefficient ring or variable name (e.g. see https://github.com/…
-
### Version:
- `@inertiajs/react` version: 1.0.0
### Describe the problem:
I'm encountering a performance challenge with the useForm hook in Inertia.js while rendering a form with initial dat…
-
### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing o…