Graciliano Monteiro Passos

Results 108 comments of Graciliano Monteiro Passos

> So, if `buffer.asUnmodifiableView()` returned itself—i.e., `buffer`—if it was already an unmodifiable view, would that satisfy your needs? `asUnmodifiableView` exists as a way to guarantee performance for each type implementation....

Well, I think that removing the `UnmodifiableView` classes can facilitate implementations with better performance. However, I believe that `isUnmodifiable` and `isUnmodifiableView` are very important (regardless of the difficulty in implementing...

@scheglov reviewed this and performed some benchmarks. I plan to run additional benchmarks to demonstrate that this optimization is significant. The key discussion is whether `PropertyAccessorElementImpl` should have an additional...

The last update on https://dart-review.googlesource.com/c/sdk/+/381780 is: `This CL has passed the run `

I have a suggestion: Since most of the build runner's CPU time is spent reading code unit files and parsing them, I propose a more dynamic loading approach. For example,...

Any updates on how the new changes have already affected the benchmark? Best regards.

Thanks for the hard work @davidmorgan 👍🏻 Any advice on using the current HEAD of the build packages? I'm the author of the package [reflection_factory](https://pub.dev/packages/reflection_factory), and I which to run...

> @gmpassos it will be annoying to try without a flag; a flag will also be useful for me, so I'll look at adding one #3831. > Thanks for the...