Fork me on GitHub
#core-async
<
2016-04-05
>
johanatan16:04:45

i'm consistently seeing core.async/timeout sleep for 25% longer than I ask it to (and no other activity is going on in the program)

johanatan16:04:50

[on clojurescript]

johanatan16:04:27

oops, nevermind. apparently it was JS GC or other system maintenance stuff

johanatan16:04:49

[after switching to release mode from debug mode and letting it warm up a bit, the times are now closely aligned]

ghadi18:04:35

johanatan: timeout granularity is 10ms i think