-
#### Why is this needed?
Kubernetes is widely adopted for its ability to manage containerized workloads efficiently. However, determining the appropriate resource specifications (CPU and memory) fo…
caohe updated
12 months ago
-
I have profiled our proving process and discovered that a significant portion of the process involves decompressing and parsing gates.
![image](https://user-images.githubusercontent.com/17165678/2305…
-
### What type of enhancement is this?
Performance, User experience
### What subsystems and features will be improved?
Query planner
### What does the enhancement do?
I think this is a r…
-
### Description
RyuJit currently misses some optimization opportunities when there are multiple BBs with conditional branches that could be merged, and instead result in avoidable conditional b…
-
First of all, great library, I love the simplicity! But I think there's a big scaling problem here:
From reading how the query works, and analyzing it, it seems that (correct me if I'm wrong), it g…
-
With https://github.com/dotnet/coreclr/pull/22944, the raw hardware intrinsics are able to take advantage of folding the memory load operation into the SIMD instruction itself.
However, this same o…
-
More context at https://github.com/dotnet/coreclr/pull/23783, specifically the comment at https://github.com/dotnet/coreclr/pull/23783#discussion_r272806980.
We have code in `Memory.Span` that atte…
-
For a test:
```
[MethodImpl(MethodImplOptions.NoInlining)]
public static Vector128Wrapped TestReturnVector128WrappedPromoted()
{
var a = new Vector128Wrapped
{
…
-
**summary**
*amp-bind* is one of the most widely used methods for enabling interactivity in AMP pages. On low-end devices, it can take ~1.2s to initialize. This is largely due to the cost of starti…
-
Asked [on Pharo Dev](https://lists.pharo.org/empathy/thread/KFBNCLHWB45AYQR6NNT4P5MWEK5KMB5U?hash=KFBNCLHWB45AYQR6NNT4P5MWEK5KMB5U#KFBNCLHWB45AYQR6NNT4P5MWEK5KMB5U):
Anyone know of a book that goes…