diff options
author | Ting-Wei Lan <tingwei.lan@cobinhood.com> | 2019-03-27 15:14:11 +0800 |
---|---|---|
committer | Jhih-Ming Huang <jm.huang@cobinhood.com> | 2019-05-06 10:44:04 +0800 |
commit | 21920a48d70856b29bdb390d12f2eb5cb10ef4b9 (patch) | |
tree | 1236f5a25748a4e8c478f7c39483e83737690e6a /.github | |
parent | 997eb4d86724d7bc6c4b2784e6da54801d65cd7f (diff) | |
download | dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.tar dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.tar.gz dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.tar.bz2 dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.tar.lz dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.tar.xz dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.tar.zst dexon-21920a48d70856b29bdb390d12f2eb5cb10ef4b9.zip |
core: vm: sqlvm: ast: don't calculate min and max values on demand
It is unsafe to write a map concurrently. Even if it is unlikely for us
to call it from multiple threads, it is better to avoid providing an
thread-unsafe API when it is possible.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions