|
|
|
|
|
by urthen
2184 days ago
|
|
I wrote a quick Node Proof of Concept for a high-throughput data processing pipeline before the "real" team came in and rewrote it in Java. Not only did the "real" team try and gaslight me into thinking my implementation didn't work (It did, they copied it wrong), but it took 3 engineers twice the time it took to copy my work into Java as it did for me to do the original development. The kicker: The Java process was so bloated it took nearly 2x the compute resources to get the same throughput. TL;DR I challenge every time someone says "This is complex/high throughput, so let's use Java instead of Node" |
|
Also, just curious, what things from a data processing pipeline standpoint does Node do well in? What does it not do well in?
Would Java ultimately be the most scalable?