Hacker News new | ask | show | jobs
by sagartewari01 2650 days ago
What's the loc size of codebase? I've been using clion on blender (several million loc) and it runs pretty neat.
1 comments

I work at Google, so it's in the billions.
mind blown good luck with that.

edit: Let's take 2 billion. Assuming 60 characters per line, that'll take around 120GB just to keep the text in memory! Would the ast representation of whole codebase be smaller or larger in size?