Glauber Costa

Results 141 comments of Glauber Costa

this violates the preempt timer agreement. If there is quantum, why would we switch task queues ? Notice that switching task queues too often reduces throughput. Even if you switch...

The preempt timer is meant to reflect that. If we have a latency requirement of 1ms, that means we run each task queue for 1ms. If there are not enough...

I am happy to merge a patch that moves the example to use many threads. Even better if it was based on the new `LocalExecutorPool` API that launches N identical...

I just want to set expectations correctly that this example is probably not handling a lot of things correctly. It's sole goal at the time was to demonstrate how you...

I don't have any particular examples. I am not saying there is anything wrong, just setting expectations that it's not like we put a lot of effort in this example,...

@HippoBaro I see you updated this. Thanks. But tests are failing.

Do we have any idea what needs to be done aside from just adding to the test pipeline ?

This works for now. I think we can change this code in chiselstrike-cli: ``` const getBinary = () => { const target = getTarget(); const url = `https://downloads.chiselstrike.com/chiselstrike/beta/chiselstrike-v${version}-${target}.tar.gz`; const name...