mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add localvector
This commit is contained in:
parent
76dd93051e
commit
189b2725a0
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user