devalexqt

Results 53 comments of devalexqt

This is my simple test `node` code: ``` const express = require('express') const morgan = require('morgan') const fs = require('fs') const path = require('path') const stream = require('stream/promises') const app...

Then I test uploading of 1G file multiple times I see performance degrades.

> @devalexqt So I can reproduce Deno being slower than Node here, but not catastrophically slower like your benchmark suggests. I measured 1GB uploads to the Node server at 1.24...

Deno also uses almost all CPU resource during upload 1G file.

Thanks, will try today.

Hi! Tested new version: ``` deno --version deno 1.19.0 (release, x86_64-unknown-linux-gnu) v8 9.9.115.7 typescript 4.5.2 ``` I tested 1G file uploading and with new version total uploading time is reduced...

Hi! Running the tests on another VPS with 4 CPUs and 8 GB of RAM gives exactly the same result. Basycally `deno` has 1G/5s =200MByte/secod throughput , but `node` has...

Tested again on new `deno` and `std` versions: ``` deno 1.19.2 [email protected] ``` Deno still 2x slower vs `node` : 2.3sec vs 5.5sec

``` deno 1.21.0 [email protected] ``` Deno still 2x slower vs node : 2.3sec vs 5.5sec