LIU Hao

Results 28 issues of LIU Hao

I have a [Dell MS7421W wireless mouse](https://www.dell.com/en-us/shop/dell-premier-rechargeable-wireless-mouse-ms7421w/apd/570-able/pc-accessories) which has a four-direction wheel. On Windows when we scroll the wheel forwards, the view port and scroll bar of the target window...

At work I intermittently need to open some very large (300+ MiB) log files of plain text. When I open such a file with Notepad3, there is a warning message...

enhancement / feature req.
change request

This follows https://github.com/clangd/vscode-clangd/issues/390#issuecomment-1975056244 by @HighCommander4, but details about the current behavior are https://github.com/clangd/vscode-clangd/issues/390#issuecomment-1645383861 by @MK-Alias (and thanks for the screenshots!). I have a habit of typing the immediate `(` after...

enhancement

![callgrind](https://github.com/lhmouse/asteria/assets/5071344/fab7e382-2289-432b-a654-cbcf6015ec46) Some obvious issues: - [x] 1. Memory allocation of stacks and contexts also costs very much, but it can be mitigated by linking against tcmalloc. - [ ] 2....

status:pending
category:enhancement
priority:low

Indeed there are some issues with the Intel syntax e.g. one may want to use `SP` as the name of a function or static variable which would confuse the assembler,...

和现在的 MCFCRT 比较了一下,因为 MCFCRT 不打算支持 AVX 就只测试了 SSE 的(实际上是懒得改,其实比较简单,目前的复制操作都是两个连续 `movups` 打包的,这地方改改就能支持 AVX): ![4311](https://user-images.githubusercontent.com/5071344/35473846-b0aeb952-03c0-11e8-8ffa-5ed06979666d.png) ```plaintext gcc (gcc-7-branch HEAD with MCF thread model, built by LH_Mouse.) 7.3.1 20180125 Copyright (C) 2017 Free...

…w-w64 targets. On MinGW and mingw-w64 targets, `memcpy()` is imported from MSVCRT.DLL. With regard to benchmarking purposes, we have to eliminate the overhead of implicit importation by specifying `dllexport` explicitly....

Instead of https://github.com/boostorg/interprocess/blob/a0c5a8ff176434c9024d4540ce092a2eebb8c5c3/include/boost/interprocess/detail/atomic.hpp#L174 we should have ```c "xadd { %1, %0 | %0, %1 }": ```

With 6.24.309.1.rc3, I notice a change: Usually I do drag-n-drop with Ctrl held to perform a fast copy (into the same window or to another); but now click with Ctrl...

🐞 bug
regression

## Fixes - Fixes #211 by @lhmouse ## Description Fix spacing issues in Simplified Chinese license 4.0 translations and typo in CC BY-NC-ND 4.0 (zh-Hans) ## Checklist - [x] My...