nk_ysg
nk_ysg
> 这个有好的计算方式吗?SMT 的叶节点有多少貌似也没有简单的方法知道? @nkysg 暂时没想到简单方法
I have fork the rust-rocksdb and then use cmake instead make to support SSE4.2 fast crc32 compute. The performance improve less than 3% on benchmark situation. And the fork rust-rocksdb...
https://github.com/starcoinorg/starcoin/issues/3165 show may be use ```RUSTFLAGS="-C target-cpu=native" cargo build --release``` have bug? rocksdb-crc32-sse branch have another PR
https://github.com/rust-lang/rust/issues/65991, may be we could use trait_upcasting in the future.
To omit parentheses is not always a good idea, especially if you have a function inside a function. However sometimes I think it makes code more readable. To omit parentheses...
> 这个看怎么弄个 prologue 的测试,让以后加 error code 比较方便。 这个我的想想再看下
> @nkysg 这个 bug 最后修复了吗? 没有
> Linux is using vDSO to get time, the cost is about 20-30ns and it won't cause context switch. If you want a pure user-space clock, this lib written me...
@0xpause please run https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, see if there is some warning or errors。
> test_uncle > > @0xpause please run https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, see if there is some warning or errors。 > > I have done that, and fix all the fmt check. I also...