Koichi Murase

Results 585 comments of Koichi Murase

I have measured the time. When there is one duplicate, the above loop consumes 53.8% of the time of the call of `ble/builtin/history/option:s` with 100k mock entries. The following two...

I implemented the loop by `awk` (96e9bf82 944d48e), but it doesn't seem to significantly improve the performance. I have also considered other implementations, but there doesn't seem to be a...

Thank you! Maybe I have confused you, but with the latest version of ble.sh, the behavior of `erasedups` is changed from that of Bash (unless you intentionally set `bleopt history_erasedups_limit=`)....

> Without performance tracking of each bigger function and hook I don't think I can easily pin point the issue. I have supported profiling in commit f629698. The profiler can...

> Do you have any idea why the following function is at the top? It seems very basic to me and should match the first if at all time. >...

Thank you! This means that `wezterm` itself is slow. Yeah, I think we can improve the performance of SBP by making it work in the same process, though it might...

The search for the error message finds two similar reports - https://github.com/Homebrew/homebrew-core/pull/89982 - [Corrupt ninct-file? | AudioSEX - Professional Audio Forum](https://audiosex.pro/threads/corrupt-ninct-file.63829/) The version format and [another error message "input record...

Thank you for the report. I'm not sure if I can fix or work around it soon, but I would like to keep it open so that other users can...

@SuperSandro2000 Thank you for your comment! Yeah, I think that is the valid workaround. Currently, ble.sh selects the `awk` implementation [here](https://github.com/akinomyoga/ble.sh/blob/d3402332b5715e56c9d32689337e4390fb4ab3ac/ble.pp#L864-L895) where the precedence is XPG4 awk (Solaris) > nawk...

Thank you for the information! I have searched for the string `com.apple.awk` and found the page [opensource.apple.com/tarballs/awk](https://opensource.apple.com/tarballs/awk/) where the source of macOS awk-27.40.1 can be downloaded. Unfortunately, the source of...