Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Io 主页上,它提到了它的小尺寸,但它使用了我以前从未见过的度量单位:
小型虚拟机(~10K 分号)
这只是字符(〜字节)的大小,还是这里发生了更微妙的事情?
它是对逻辑代码行的度量。
与其简单地计算所有代码行,包括注释、空白行等,不如只测量以分号结尾的行。它仍然是一个简单但更准确的衡量一段代码大小的方法。