在哪里可以找到大量用于压力测试源扫描系统的源文件?
我以为 Linux 内核会有大量的 SLOC,但它甚至没有让 OpenGrok 眨眼。 我知道有人问过最大的项目的问题,但是哪些代码集合可以说是最大的。 我更喜欢 tar、gz 或 hub 风格的地方,我可以在其中编写脚本并指向我的 subversion 或 git 客户端。
I thought the Linux kernel would have a massive amount of SLOC but it isn't even making OpenGrok blink. I know the question of the largest project has been asked but what collection of code is arguable the largest. i would prefer either tar, gz, or a hub style place where I can script and point my subversion or git client.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了内核之外,为什么不获取整个发行版的源代码包呢?
Rather than just the kernel, why don't you grab the source packages for a whole distro?
我认为有一些 Linux 和一些 BSD 发行版将所有软件包的所有源代码保存在一个源代码树中,特别是在嵌入式或特殊用途空间中。 OpenSolaris 以类似的方式进行管理。
I think there are some Linux and also some BSD distributions that keep all the sources of all the packages in a single sourcetree, especially in the embedded or special purpose space. OpenSolaris is managed in a similar way.