Herman Semenoff
Herman Semenoff
@gaspardpetit, Hi, I rewrote strlen functions. Need to update, I have the following results in MSVC v19.x on Ryzen 5 3600: ``` *** PROFILING ENCODERS *** | Implementation| 32| 64|...
@gaspardpetit, As you can see, encode leading, but I am sure that on Clang result will deteriorate greatly, since I did not divide code configurations for compilers. I'll check on...
@gaspardpetit, Would you like to do more sample tests for a deeper analysis of base64 algorithm? For example, testing that would record a hardware info computer and send pull request...
> 输入 tab 是用来对齐用的,代码如下: > > `auto p = doc.AppendParagraph("甲 方:\t\t\t\t乙 方:", 12, "Times New Roman", "宋体");` > > 以上的 \t 并不起作用,生成的文件中被替换成了空格,请教应如何输入 tab 控制符 @jdhanyang, have you tried to do...
> that is a good point, now the issue is that even if we wanted to implement that, we would need to have a NUMA system (which we don't). I...
> [rizinorg/cutter#3286 (comment)](https://github.com/rizinorg/cutter/issues/3286#issuecomment-1973444166) > > As per cutter thread, this works but numa support requires some better implementation of the multhreading code, which we cannot right now implement. @wargio, you...
> we need a more numa-friendly code, which requires specific malloc etc.. on windows. @wargio, Are you talking about WinAPI allocation? Their implementation has malloc functions for working with NUMA,...
> What I find interesting "sample time" has regressed about 0.02 ms for me. Not like that has much meaning but still interesting. Which compiler did you compile on for...
@USBhost, I have: ``` $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm ``` ``` $ uname -a Linux...
@ngxson, I can only fix for `ggml_visit_parents`, but in comments I specify previous condition with `strlen` function so that it is readable.