mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed comment [#CLICKHOUSE-2].
This commit is contained in:
parent
d4d346b8ef
commit
85dfdafaeb
@ -581,7 +581,7 @@ static void* memcpy_fast(void *destination, const void *source, size_t size)
|
||||
{
|
||||
unsigned char *dst = (unsigned char*)destination;
|
||||
const unsigned char *src = (const unsigned char*)source;
|
||||
static size_t cachesize = 0x200000; // L2-cache size
|
||||
static size_t cachesize = 0x200000; // something around half of LL-cache size
|
||||
size_t padding;
|
||||
|
||||
// small memory copy
|
||||
|
Loading…
Reference in New Issue
Block a user