http://www.kuqin.com/database/20110919/265041.html
Slice非常简单的数据结构,它包括length和一个指向外部字节数组的指针。为什么使用Slice,而不直接使用string呢??
C++ string和以null结尾的C风格字符串可以很方便的转换成Slice:
Leveldb--Slice,布布扣,bubuko.com
Leveldb--Slice
原文:http://www.cnblogs.com/shenzhaohai1989/p/3897403.html