Hacker News new | ask | show | jobs
by pagghiu 3386 days ago
I have never used wt so I may be wrong in the following considerations after reading a few of their features and examples.

By giving a quick read, I see that they also have asynchronous IO capability, and this makes it somewhat similar. Not sure about their build times, but knowing Boost I would not expect to be in the 5 seconds range. From what I understand they are tied to be used inside a browser, while we can generate regular desktop UI that also work in browser. I think that UI latency of our method is better than their system, but our approach requires far more computational resources and bandwidth. Their method probably scales better with many users connected.