coolhuhu

Results 3 issues of coolhuhu

对于[练习6.50](https://github.com/applenob/Cpp_Primer_Practice/blob/master/excersize/ch06.md#%E7%BB%83%E4%B9%A0650)中,f(42) 的最佳匹配为 `f(int)`, 但可行函数应该包含两个吧,`f(int)` 和 `f(double, double=3.14)` 。 如下程序所示 ```cpp #include using namespace std; void f(double x, double y=3.14) { cout

## 问题背景 我正在学习协程的内容,我参照 example 中的例子尝试用 co_context 库写了一个 echo_client 和 echo_server,其中 echo_client 借鉴了 [muduo](https://github.com/chenshuo/muduo/blob/master/examples/pingpong/server.cc) 中的例子,并想基于此和 [muduo](https://github.com/chenshuo/muduo/tree/master) 进行性能对比,但程序运行结果和预想的不一致。 ## 问题描述 我的运行环境为:阿里云 ECS 云服务器,2核(vCPU) 2GiB,Ubuntu 22.04,g++ 11.4.0 muduo 的实现代码链接为 https://github.com/chenshuo/muduo/tree/master/examples/pingpong 使用 muduo 中提供的...

非常感谢小红书团队开源的 FireRedASR-AED 模型。我们内部对该模型进行了适配,使用 wenet 进行微调后,具有不错的效果。 欢迎大家试用onnx导出脚本:[FireRedASR-AED-ONNX](https://github.com/coolhuhu/FireRedASR-AED-ONNX)