开发者

What programming language is used to IMPLEMENT google algorithm?

  • It is known that google has best searching & indexing algorithm.
  • The also have good relevancy.
  • They are also quicker in getting down the latest results.

All that's fine.

What programming language (c, c++, java, etc...) & database (oracle, M开发者_开发百科ySQL, etc...) have they used in achieving this (since they have to manipulate with volume of data quickly and effectively)?.

Though I'm not looking for their in-depth architecture (if in case violates their company policies) an overview of all such things could be useful.

Anybody please add you valuable suggestions and insight on this?


Google internally use C++, Java and Python. See Rhino on Rails:

One of the (hundreds of) cool things about working for Google is that they let teams experiment, as long as it's done within certain broad and well-defined boundaries. One of the fences in this big playground is your choice of programming language. You have to play inside the fence defined by C++, Java, Python, and JavaScript.

Google's search algorithm is essentially MapReduce, which stems from functional programming techniques, implemented in C++.

Google has its own storage mechanism for this called the Google File System.


Mainly pigeons:

PigeonRank's success relies primarily on the superior trainability of the domestic pigeon (Columba livia) and its unique capacity to recognize objects regardless of spatial orientation. The common gray pigeon can easily distinguish among items displaying only the minutest differences, an ability that enables it to select relevant web sites from among thousands of similar pages.


Relevance of search results is governed by quality of information retrieval algorithms they use, not the programming language.

But C++ is what most of their backend code is written in (for most services).

They don't use any off-the-shelf RDBMS products for data storage. All of that is written in-house.


Check it out, the Bigtable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜