Peter Kim

Results 4 comments of Peter Kim

`Crypto.getRandomValues()` supports NodeJS and web browser so we can use it.

logically there's no downsides. But performance can be difference. I suggest this because Math.random is incredibly fast and Crypto.getRandomValues is not that slow as developer(who use this library) recognize performance...

@cometkim Do you think it uses [extension type](https://github.com/msgpack/msgpack/blob/master/spec.md#ext-format-family) which in messagepack spec? or is this package's compression logic executed and then encoded like this according to the message pack specification?...

I need this too. In my case, I dont use FK in my database for following reasons: 1. FK cannot be used for partition tables. 2. FK can lock the...