Liu, An-Chi

Results 176 comments of Liu, An-Chi

@CrazyFlasher could you provide the system information. I knew this issue only happening on certain systems.

https://github.com/jonhoo/rust-evmap GitHubjonhoo/rust-evmapA lock-free, eventually consistent, concurrent multi-value map. - jonhoo/rust-evmap

The difference might be that the modern frameworks have do a lot of optimization on performance.

Some frameworks have updated so much, but `todomvc-perf-comparison`'s latest updating was in three years ago. However, it is still amazing that `yew` does well!

I use it at work, and also have written a post introducing it in traditional Chinese ([如何利用 PcapPlusPlus 以混雜模式(Promiscuous Mode)進行網路封包分析](https://tigercosmos.xyz/post/2023/05/system/promiscuous-mode/), "How to use PcapPlusPluse analyzing network packets in promiscuous mode")

btw, maybe we can change the issue to C++20 directly.

> > > Hi @seladb , I would also like to collaborate on this, is it still open? > > > > > > Yes sure, you're more than welcome...

@seladb btw, maybe we should consider dropping the support for winpcap, as it already suggests users to choose npcap instead of winpcap. https://www.winpcap.org/news.htm

> > Kinda curious, is there a particular issue that requires the vector being thread safe? > > Also, if it isn't required all the time, the feature can be...

@Dimi1010 's proposal makes sense to me, especially readability and maintainability.