|
|
|
|
|
by jinnko
603 days ago
|
|
I'm curious how many cores the server the tests ran on had, and what the performance would be of handling the requests in native node with worker threads[1]? I suspect there's an aspect of being tied to a single main thread that explains the difference at least between tier 0 and 1. 1: https://nodejs.org/api/worker_threads.html |
|