[Tuna] Ha Phan Anh Tuan
Results
2
comments of
[Tuna] Ha Phan Anh Tuan
According to [this](https://github.com/OpenHFT/Chronicle-Values), `getUsing` is not supported for `byte` yet. Also, using `Values.newHeapInstance(byte[].class)` return in IllegalArgumentException since byte[] is not a value interface according to CM docs
Just a quick thought, if we gonna support sharding by putting a lock for each shard then we could remove the global lock. Because with shard level lock we have...