9 ms·
High compared to what? It's just the output of wc -l `find microcosm/ -name *.go` so is really just a rough indication of the size of the project.
by motter 13y ago
High compared to what?
It's just the output of
wc -l `find microcosm/ -name *.go`
so is really just a rough indication of the size of the project.
- zeckalpha 13y agoCompared to the amount of work that needs to be done for this project to function.
- motter 13y agoIn that case, I don't know a number that can be used for that comparison. 18k is the total number of lines in the source code files; the SLOC will be different. In hindsight, I should've left this number out. It was intended to give background to the overall program size, but it's a small detail that shouldn't be the focus of this discussion.
- realrocker 13y agoWell, Go has been touted for lower lines of code.