-
Since version 0.24, the code generated by cython for overloaded `operator+` and `operator-` seems to have changed. The result of the operation used to be held in a temporary pointer before. Now, the t…
-
## Goal state
Provide an opinionated view and implementation of the e2e observability pattern that would help organisations to truly 'turn on the light' for their AI usage in Azure.
All services…
-
The scope of work in #40 was originally too large. That issue focuses on designing an interface for using elements of the multiplicative group of integers mod `N`.
Now that we have a nice Z*N modul…
-
After review, relabel to 'reviewTwo'. After second review, relabel to 'EditorsComment'.
-
Some scripts loaded for the dashboard and the client page are not minified nor concatenated. We can:
1. Do this on-the-fly when the server starts, or
2. Introduce a builder to do this once before ever…
-
In thinking about shared resources it might be useful to specify their characteristics, either prior to the workshop to specify which we want to discuss, or during the workshop as a way to explore the…
-
We have a tomcat server running inside openj9 and at the pod startup a lot of request starts coming to it.
Since there is no cache or connections initially made the latency is higher and there are fe…
-
The specifications used in #83 critically depend on having a functioning version of `old` in pearlite. On the one hand this requires adding support for the syntax of `old` but also requires going a bi…
-
Subscribe to this issue and stay notified about new [daily trending repos in Julia](https://github.com/trending/julia?since=daily).
-
When using time distance matrix, won't it be good to use OpenMP to boost the performance?
For example, a 1000*1000 matrix calculation, with 10 core CPU, we can spawn 10 thread and parallel compute 1…