sdong e9ed28f9c8 PlainTableBuilder::Add() to use local char array instead of reused std::string as tmp buffer
Summary: Our profile shows that in one of the applications, 5% of the CPU costs of PlainTableBuilder::Add() are spent on std::string stacks. By this simple change, we avoid this global reusable string. Also, we avoid another call of file appending, which probably gives another 2%.

Test Plan: make all check

Reviewers: haobo, ljin

Reviewed By: haobo

CC: igor, yhchiang, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D17601
2014-04-09 10:17:32 -07:00
..
2013-11-01 14:31:35 -07:00
2014-02-26 18:56:39 -08:00
2014-04-08 10:58:07 -07:00
2014-03-19 16:18:33 -07:00
2014-04-08 14:05:53 -07:00
2014-04-08 13:40:42 -07:00
2014-02-03 00:30:43 -08:00
2014-02-07 19:26:49 -08:00
2014-03-12 09:56:53 -07:00