|
|
|
|
|
by spinlock
3467 days ago
|
|
Are you comparing node to C or Go or something else? It's funny, my big a-ha moment on performance happened when I was working at a bank and could only code in vba (i.e. excel). All of a sudden -- even on small data sets -- O(n^2) was unacceptable and I needed to think about algorithms to get to O(nlgn). |
|