SpencerChou

Results 5 issues of SpencerChou

[here is the some Questions I asked on ION repo](https://github.com/decentralized-identity/ion/issues/274) Here are still some questions. 1) About the payload mentioned above in ION-tools, the payload can be anything I want...

I am thinking about using the ION.js and other stuff on other blockchain network like fabric-hyperledger. which means maybe we need to build a IPFS cluster and mongodb cluster ourselves....

[here is the some Questions I asked on ION repo](https://github.com/decentralized-identity/ion/issues/274) Here are still some questions. 1) About the payload mentioned above in ION-tools, the payload can be anything I want...

question

您好,我看到你的benchmark中提到了加速比,我主要是没感觉到这个指标的意义是在哪呢? 单线程4个task,200s 然后线程池4个task50s,这是很正常的。。 但是当任务达到8、16的时候,总耗时为啥会减少呢?我没有想到原因,能否解释一下啊

大佬你好,想请教一下promise 在整个事件循环当中,是在哪个阶段执行的啊。。 事件循环是怎么调度协程的呢?又或者说是生成器,因为有了事件循环我就能够 并发的跑多个for循环在同一个线程中,我发现这是个很好的点,但是 我没能理解他底层是怎么调度的