boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Best way to write C++ code
相关主题
印度有哪些出名的程序员?中国呢?
How to see the content of a library file
A function can be history-sensitive??????
Question about
Question about friend in C++
最初级的白痴C++问题
一道面试怪题C++. (转载)
关于Makefile的一个问题
is MAX_INT standard macro for getting max_int in C++
C++编译的问题
相关话题的讨论汇总
话题: best话题: c++话题: google话题: dean话题: jeff
进入Programming版参与讨论
1 (共1页)
p*u
发帖数: 2454
1
IMO is how Google's LevelDB is written by Sanjay Ghemawat and Jeff Dean:
https://code.google.com/p/leveldb/
Simply beautiful...
a*****i
发帖数: 268
2
Yes, the code looks decent, but the author of LMDB claims that their design
is not good: https://symas.com/is-lmdb-a-leveldb-killer/
:)
p******g
发帖数: 347
3
what's good about it. i don't see much of it. just normal codes.
and it mixs headers with sources, that seems newbie.

【在 p*u 的大作中提到】
: IMO is how Google's LevelDB is written by Sanjay Ghemawat and Jeff Dean:
: https://code.google.com/p/leveldb/
: Simply beautiful...

1 (共1页)
进入Programming版参与讨论
相关主题
C++编译的问题
请教有关header file的几个问题
关于C++ STL编译的疑问
不明白C++的一个地方
What does this mean in C++
C语言重复定义问题
新手求问一C++初级问题
static variable in template header
基础问题:在header里面define function
How to overload global new operator?
相关话题的讨论汇总
话题: best话题: c++话题: google话题: dean话题: jeff