pull down to refresh
150 sats \ 0 replies \ @abhishandy 9 Apr \ on: Stacker Saloon
I was learning about memory leak in Node JS and I found that their garbage collector is just bad. Then I tried Bun and it was 10 times efficient. On Googling, I found it's their engines' fault. Node use Google's V8 and Bun uses Apple's JSC which optimize for performance and resource usage respectively.