Facebook open sources its C++ library named Folly
Currently Folly is tested with gcc4.6 on some 64 bit systems such as Fedora 17, Ubuntu 12.04 and Debian wheezy, it may also be OK on other 64 bit platforms without any modification. If the performance of your software is what you concern, you can have a try on this library.
Project address is : https://github.com/facebook/folly/blob/master/folly/docs/Overview.md
Facebook claims that it may be more convenient for them to open source other stuff after Folly is open sourced. In addition, Facebook organized a C++ conference for this, Scott Meyers, Andrel Alexandrescu and Herb Sutter attended this conference and made presentations on the conference. Here is the conference record which may help you understand Folly better.
We may expect more excellent open sourced libraries from Facebook. This is good news for developers.
Reference : http://sd.csdn.net/a/20120605/2806336.html
RELATED
1 COMMENT
Dillian [Reply] | @ 2012-11-10 01:08:33 |
You've really imrpessed me with that answer! |