Aliaksandr Valialkin
|
4de4da1e2a
|
lib/storage: typo fix: umarshal -> unmarshal
|
2021-03-02 20:47:59 +02:00 |
|
Aliaksandr Valialkin
|
636c55b526
|
lib/mergeset: reduce memory usage for inmemoryBlock by using more compact items representation
This also should reduce CPU time spent by GC, since inmemoryBlock.items don't have pointers now,
so GC doesn't need visiting them.
|
2021-02-21 22:06:47 +02:00 |
|
Aliaksandr Valialkin
|
24ca30bf66
|
lib/storage: correctly use maxBlockSize in various checks
Previously `maxBlockSize` has been multiplied by 8 in certain checks. This is unnecessary.
|
2020-09-24 18:12:56 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|