tangxinfa
tangxinfa
Maybe we can use [streamvbyte](https://github.com/lemire/streamvbyte), which use Apache 2.0 License, and support arm64. It also suggested by the [FastPFor](https://github.com/lemire/FastPFor) library author, see https://github.com/lemire/FastPFor/issues/63#issuecomment-518646350
It's not too difficult to build columnar on raspberry arm64 by use [simde](https://github.com/simd-everywhere/simde) library. I build it and run successfully on my raspberry arm64 device, indexed 1G text files and...
I did the following to build and run FastPFor test cases on raspberry pi arm64 device. 1, Get the code from my fork git clone https://github.com/tangxinfa/FastPFor.git -b fix-aarch64 2, Build...
After read the code, we can figure out: `manticore.Client` is not go routine safe, it's just a thin wrap on a `net.Conn`. We should build a pool of `manticore.Client` objects...
`manticore.Client.Ping()` will cause the connection disconnected, how to detect the connection is alive?
I try to launch i3lock before system hibernate, after wake up the time displayed is not updated in time. The root cause maybe because the LID is closed or the...
dingtalk/src/main/tray.js 里托盘图标是 20x20 的,能改大一些吗,比如:32x32: const $tray = new Tray(path.join(app.getAppPath(), './icon/20x20.png')) 我在 i3wm 下用 `polybar` 钉钉未登录时托盘图标显示1.5个,左边一个完整的右边还有半个图标 感觉应该尽量设置得大一些,现在高分屏太普遍了,大了能缩小,小了不一定能放大,能放大也会糊。`electronic-wechat` 使用的托盘图标大小为 58x58。
The same problem encountered after upgrade to emacs 27. By adding `c-electric-paren` and `c-electric-brace` to `sp--special-self-insert-commands`, and disable `electric-indent-mode`, it works. (edit: as of emacs 28 this seems to be...
It looks like all script will executed even if we don't show it rofi -modi "run,ssh,test:sleep 10" -show run With the previous example, rofi will block 10 seconds. I wrote...
I encountered the same problem, run the code snippet below: (require 'solarized-theme) (load-theme 'solarized-dark-high-contrast nil t) The `solarized-dark-high-contrast` theme will pollution my current emacs theme, even if i asked it...