Masajiro Iwasaki

Results 60 comments of Masajiro Iwasaki

This issue is almost the same as #181. I'm going to update [CMakeLists.txt](https://github.com/yahoojapan/NGT/blob/main/CMakeLists.txt) to fix this problem.

I just released[ V2.4.1 ](https://github.com/yahoojapan/NGT/releases/tag/v2.4.1) to fix this issue.

If you provide me with the ANNG index, I'll take a look at it for you.

Can't you generate a small index that can reproduce the segmentation fault?

Hopefully, [v2.4.2](https://github.com/yahoojapan/NGT/releases/tag/v2.4.2) resolves this issue.

Thank you for using NGT. I don't remember the detailed behavior, but I think updates will be reflected in other processes if it's in shared memory mode. First, could you...

Hello, > Why does the QG index creation (create-qg) generate a qg/prf file with mismatched values? Unsupported arguments are ignored without any error. It seems that many of the parameters...

1. getCreationParameters() is used in both QG and QBG. Therefore, not everything is reflected for QG. The arguments are mainly reflected in two files: one is [index]/qg/prf, and the other...

Thank you for the infomation. Please run the following command on the index where the `cp error` was output. ``` qbg build-qg -p 3 -E 128 -v [index] ``` If...

From `ngt info`, the maximum number of edges appears to be 20390. Since these too many edges might cause the issue, please run the following commands to prune them. ```...