Hacker News new | ask | show | jobs
by nonethewiser 732 days ago
I wonder the same thing. Perhaps less portable? IE can't package that up in a binary (I have absolutely no idea just spitballing)?

And very cursory search suggests maybe there is nothing to that guess: https://www.reddit.com/r/golang/comments/tqffv2/packaging_an...

It's an interesting question because I've run into some datascientists that were so used to working in memory with dataframes and similar that they moved mountains to do things like de-duplicate csv's in memory (that they couldn't all fit in at once) where-as they could have done so trivially with sqlite.