Activity Log
hackers.town: 2022-06-16 Thu 09:34
Looking at my implementation for this ticket. I think I’m gonna need to tap the sign.
hackers.town: 2022-06-16 Thu 13:23
I tell you what, watching what Node does with the memory heap sure has bumped up my interest in Go and Rust.
The same JS code uses 8-45 MB of heap on independent runs over the same data depending on — I have no idea.
hackers.town: 2022-06-16 Thu 13:28
@dch This does not surprise me at all.
hackers.town: 2022-06-16 Thu 13:35
It’s not the amount, it’s the amount of variation. The Python Pandas solution I can’t use because wrong language is ~71 MB, but it’s within 1 MB of that on every run.
But still. Imagine the same task in Go / Rust / Crystal / not you java / Erlang / Red.