Computer/Programming

Google Code Search is Faster than Own Code Repository !

holycall 2009. 3. 5. 21:33
Recently, I am reading NetBeans 6.5 source codes to learn to analyze Java source code. 
The original code is accessible on the NetBeans web site through a Mercurial system. (http://hg.netbeans.org). 
While downloading the source codes (they say the total downloading time will be about 8 hours), I started to navigate the source codes accessible through the netbeans web site. 
However, every time I click a web page, I should wait more than 3 seconds !!! 
For me, it is too hard to endure such response time. 
So, I tried google code search, using some keywords such as 'netbeans', 'parsing', etc. 
The google server is truely fast. 
It is extremly faster than the original netbeans web site !!!