add localvector

This commit is contained in:
wyy 2014-06-05 01:00:17 +08:00
parent 76dd93051e
commit 189b2725a0

View File

@ -9,7 +9,7 @@
namespace Limonp
{
using namespace std;
const size_t LOCAL_VECTOR_BUFFER_SIZE = 32;
const size_t LOCAL_VECTOR_BUFFER_SIZE = 16;
template <class T>
class LocalVector
{