Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sanjeevrad
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sanjeevrad
13y ago
Libraries like STL (which Chromium code uses extensively) and boost are lower-level. Chromium has much higher level abstracts.
2.
▲
by
sanjeevrad
13y ago
Yes, Chromium would be the technically correct usage, I used Chrome as it is the more familiar term.
3.
▲
by
sanjeevrad
13y ago
I'm not sure what you mean by "optimized for use in browsers". I can't speak to the other 2, but Chromium is basically a vast collection of C++ cross-platform libraries that can be used in many applications.
4.
▲
by
sanjeevrad
13y ago
Will keep that in mind for my next post, thanks.
5.
▲
by
sanjeevrad
13y ago
The core Chromium codebase itself uses the same license (a BSD-style license). Chromium itself uses certain other third-party libraries that have different licenses.
6.
▲
by
sanjeevrad
13y ago
Qt is a higher-level application dev framework with UI support (like MFC but cross-platform). We were looking for lower-level constructs - especially in the networking and P2P areas.
7.
▲
by
sanjeevrad
13y ago
You would only link with the net library (and its dependent libraries - like base and crypto)