Here are two new things they have disclosed recently. The first one is a programming language. It is called "Go". The more details can be found from this site:
http://golang.org/
What makes go special? For me these are the things which makes go special
- Open source
- Systems language with features from high level languages
- Created by Rob Pike, Ken Thompson and Robert Griesemer
- Compilation of code written in GO is much faster
The second one that I wanted to mention here is the SPDY protocol. The link is below
http://blog.chromium.org/2009/11/2x-faster-web.html
SPeeDY is the HTTP replacement/enhancement from Google. They claim that page loading times can be improved as much as 55% with the help of this new protocol. They use multiplexed streams, HTTP header compression etc for achieving this. Well, you think this is all trivial and you can do it better? Feel free make suggestions and even modification to code :)
No comments:
Post a Comment