-
In my React Native application, I am experiencing unnecessary re-renders when using the react-native-reanimated-carousel and Pagination.Basic components. The issue seems to be related to how state (pr…
-
Sometimes memoization done in instances just wastes memory. Should we decide whether memoization on value instancesnis necessary based on AST features?
1. simple redirections should always bypass m…
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => see 'Providing a Reproducible Scenario'
[] feature request => do not use Github for feature requests, see 'Customers of AG G…
-
## andrej.mitrovich (AndrejMitrovic) reported this on 2012-10-01T12:33:24Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=8743
### CC List
* bearophile_hugs
### Description
````mark…
-
We should make the query updates debounced in the queryEditor or look at memoizing some components because every text change creates lots of rerenders which is noticeable when writing fast or deleting…
-
I had this in mind for a while and today I realized that Java implementation actually does this: https://github.com/protocolbuffers/protobuf/blob/8d3a7327606b115dda871be54c8b8cb66d41ff90/java/core/src…
-
Hi,
I'd like to confirm my understanding about how _class method_ memoization works in order to establish a best practice for myself and hopefully will be useful for others as well.
Here's an exampl…
hgani updated
8 years ago
-
Hi, thanks for sharing this pipe. It's very useful.
In my testing I've found that if you use .bind(this) as the fn input for the pipe, the function value is treated as a new function each time be…
-
Two questions.
1. Have you considered using the lazy library (which I realize hasn't been updated for 0.15) to do laziness? That way you get memoization.
2. The `LazyList` type is not as lazy as it co…
-
Rendering performance can sometimes be slow, with re-renders occurring whenever the app context changes in all components that depend on it.
This is particularly notable when changing field values,…