-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
So, I finally profiled this on my linux box (macOS is useless because of ___channel_get_opt, good luck).
I have documented the results so far in performance.md. I only really tried doing a very large file and have not yet made cases that make many small streams.
The results are looking good. The HDD is the limiting factor of my linux system, and the profiles show file copying has ~7x less CPU time in JS, and zlib transform has ~33% less CPU time in JS. 💥 (C++ time does not seem significantly affected for either case.)
Metadata
Metadata
Assignees
Labels
No labels