Results 9 issues of Ren Zibei

Hello, this library is awesome! I noticed that there is no support for typedef syntax in Domain at this stage. There are a few scenarios where `typedef` maybe very useful,...

相比起listPosts.json API,使用listPostsThreaded我碰到的一个问题是,在新的评论发表后,该API需要过一段时间(大概半个小时)才能获得新评论,如下图,虽然已经可以用API列出评论数,但是新的评论不会被listPostsThreaded立刻获得。 可以使用curl测试这两个API的行为。 虽然影响也不大,但是还是让人有一些遗憾。不知道是否有解决方法。

Now the user needs to use the POST method to place/cancel an order. But this can be very slow because a new http connection and tls handshake have to be...

**Describe the bug** The [Mix function](https://github.com/abseil/abseil-cpp/blob/c59e7e59f5d29619ddc07fcb59be3dcba9585814/absl/hash/internal/hash.h#L915-L932) uses an alternative solution on arm64 architecture, with a note in the comments that uint128_t multiplication is too slow for arm64 cpus because two...

bug

The absl hash table on the x86 architecture uses SIMD (SSE2) instructions to help filter possible matching keys faster. However, I found that there is no corresponding SIMD implementation on...

question

**Describe the bug** Failed two tests in M1 macOS 12.1: `base:exception_safety_testing_test` and `absl/numeric:int128_test` ``` //absl/types:optional_test PASSED in 0.3s //absl/types:span_test PASSED in 0.4s //absl/types:variant_exception_safety_test PASSED in 0.6s //absl/types:variant_test PASSED in 0.3s...

bug

Hello, I add the `fph::MetaFphMap` from [https://github.com/renzibei/fph-table](https://github.com/renzibei/fph-table). This map is similar to the `fph::DynamicFphMap`, but it uses metadata. So it is faster in `find` when success rate is 0% and...

The timing part of the current `find` has some issues to discuss. The time measured now includes the time used for inserts. The hash table is slowly expanded to its...

## Check List **Please read and check followings before submitting a PR.** - [ ] I want to publish my theme on Hexo official website. - [ ] I have...

Plugins