Bart J.F. De Smet
Bart J.F. De Smet
FWIW, I recently had to build a similar mechanism as part of an optimizer in the context of a data processing system, where we're sensitive about allocations. Similar to this...
I formulated an alternative proposal for `params` improvement over [here](https://github.com/bartdesmet/csharplang/blob/ExpressionTypes/proposals/params-builders.md), based on observations related to revamping expression tree APIs, which suffer from defensive copies (for sake of guaranteeing immutability after...
> Should we allow this for with { ... } expressions? I'm not sure. While my scenario isn't about events, I recently encountered a case where the lack of compound...
I do like the ability to intercept `await` as an operator one way or another. Recently, I've been working on a system in C++ using [upcoming support for coroutines in...
The approach taken by this project is "by design" and part of attempts to stir the discussion around taking forward expression tree support in C#: * https://github.com/dotnet/csharplang/blob/3c8559f186d4c5df5d1299b0eaa4e139ae130ab6/meetings/2015/LDM-2015-04-14.md * https://github.com/dotnet/csharplang/blob/3c8559f186d4c5df5d1299b0eaa4e139ae130ab6/meetings/2015/LDM-2015-04-22-Design-Review.md *...
Please review carefully as I haven't tested with all different remote caches that are supported.
In case anyone is following this thread, a few PRs were merged that could help to reduce the contention.
My guess is that `/remote_cachell` is on some remote share?
> > My guess is that `/remote_cachell` is on some remote share? > > Yes that's correct. However I would note that we use this remote storage for other caches...
We're running into this limitation due to the omission of `// NOLINT`-style comments in preprocessed sources as well, making it hard to add same-line `// NOLINT` suppressions, remove existing same-line...