-
### Problem Description
All the entries in the "record_data" array (second parameter in the call below) have the same "id" field, making it impossible to differentiate between the different dimension…
-
semantic issue: a Composite cannot be considered to be "ready" unless all of its children are finished and sitting idle
reason: for a diagram to make sense, all components on diagrams must work the…
-
Great work on completing these challenges. Here's some feedback to improve your code:
- Try writing some tests for priority queues, or even just creating a simple priority queue at the bottom of your…
-
Thanks for the beautiful UI!
I have 250,000 finished jobs, and the first page for the solid queue dashboard could not load anything at all
And postgres maxes out it's CPU usage when trying to re…
-
Great work on completing these challenges. Here's some feedback to improve your code:
- [x] ~~For priority queues: In the front() method, your return’s get_min() function will return the tuple (prior…
-
The current locking API provides a fair-queued lock across the PEs, allowing one PE to hold the lock at a time. There is user interest in supporting a variant that supports _N_ PEs to hold the "lock" …
-
In a dual-stack proxy there is only a single healthz server, and likewise none of the proxy metrics are differentiated by IP family. Thus, the IPv4 and IPv6 sub-proxies are both updating the same data…
-
**Describe the bug**
At the end of execution, what appears to be SVM-related pyopencl code causes nanobind leak warnings to appear:
```
nanobind: leaked 3 instances!
- leaked instance 0x1010fdf…
-
Instead of relying strictly on open/close events, a more dynamic resource management can be done with reference counting. Similar to OpenSSL, us_socket_up_ref could be added to ensure a different life…
ghost updated
4 years ago
-
```
struct uv_loop_s {
/* User data - use this for whatever. */
void* data;
/* Loop reference counting. */
unsigned int active_handles; //每次我们start一个handle的时候,就会+1,到时候会讲到。
v…