-
The scheduler currently favors fork/join computations and pessimizes "loopy" computations where actors bounce messages back and forth. Because jobs are inserted at the front of the job list, this may …
mavam updated
10 years ago
-
_This issue is moved over from comments on #52; there were two different interwoven discussions, and I think they'll both be clearer when separated_
#
**From @pgrosu:**
Hi Everyone,
It took me some…
-
The following code returns two different "sums". NumPy's answer is incorrect, maybe due to some overflow in np.float32.
```
import numpy as np
x = np.zeros(123456789, dtype=np.float32)
x = x + 123456…
-
I'm running into an issue when trying to manage many hundreds of connections (worker threads using the divide and conquer approach from the guide). I can create 250 threads just fine (each thread pull…
-
###### Disclaimer: I am on a steep learning curve. Take what I say with a pinch of salt and please correct gently ;)
Following on from my post in issue #83 about wanting to try out MODBUS RTU communi…
-
Time: 5pm CEST
Participants: Mark Hendrickson, Jack Pearkes, Ryan Barrett
Communication: Google Hangout (https://plus.google.com/hangouts/_/e4a675abd29d93b52ddd64fe01270b65b3ab8ac1)
-
Pinging the @angular-ui/grid team
Was wondering if you guys are still active on this project or if I should look for people to take over and help out with maintaining this?
-
Badge has been constructed as a AbstractTextWidget, but in fact it is really a SPAN and should therefore behave like this and allow child elements.
For example, this isn't achievable with the curren…
-
SDK Submodule within main repo.
Might require private forking linux kernel. I'm not apposed to making it public. If we make the kernel admin ready and just drop our apps (which they themselves are pr…
-
RTD used to work for me. But recently, when I run grunt from test/rtd it doesn't output anything and seems to just hang but node starts going crazy maxing out my processor. The mirror app is generated…