Mykola Bilochub
Mykola Bilochub
Yeah, I totally agree, that's a nice idea. Having much faster message parsing and serialization can highly increase overall protocol performance. And if we are talking about V8 and Node,...
@aqrln, +1 for the IRC.
List of repositories extracted from https://github.com/metarhia/Metarhia/blob/master/doc/maintainers.md: - [x] https://github.com/metarhia/Metarhia - [x] https://github.com/metarhia/common - [x] https://github.com/metarhia/concolor - [x] https://github.com/metarhia/do - [x] https://github.com/metarhia/eslint-config-metarhia - [x] https://github.com/metarhia/eslint-plugin-impress - [x] https://github.com/metarhia/filestorage - [x] https://github.com/metarhia/globalstorage...
I guess the issue https://github.com/metarhia/JSTP/issues/50 should be linked here as well. Totally agree with everything you said.
The badge is currently correct, I don't understand the point of this PR, it changes it to an incorrect one.
@DzyubSpirit No, we just need to convert tree to an array with size equal to 2 raised to a power of our tree height, and this algorithm will work just...
@DzyubSpirit We can use this shorter tree interpretation, which you proposed, to send tree over network, but to make this algorithm work as intended, we need to create complete array...
Also we probably do not need to do `Math.round` on binary logarithm result, because `servers.length` will always be equal to a power of 2 and thus logarithm result will always...
@tshemsedinov, any progress with this issue? It seems to be a vital part of database interface, because it is hard to create software without any guarantees of data consistency.
@tshemsedinov isn't it supposed to be compliant with [the spec for Web Locks API](https://wicg.github.io/web-locks/)? It defines two interfaces: [`LockManager`](https://wicg.github.io/web-locks/#api-lock-manager) and [`Lock`](https://wicg.github.io/web-locks/#api-lock), both of which are not present in the implementation...