Máté Cserép

Results 120 comments of Máté Cserép

Thanks @myblindy for sharing this information here. Generic mathematical operators would significantly simplify this issue. Unfortunately it seems that it is only a preview feature in .NET 6, not intended...

Since then we have moved on to use the `Vector3` type from `System.Numerics` (see #5). Further development can be made to use `Vector`. I will close this now, but in...

Thanks for the update @sqeezy on this topic. The related blog post is useful and interesting, although the results seems te be odd for me at some points. (The custom...

I reopen this issue, as in another issue #8 , it was suggested by @ricaun that we could use the [System.DoubleNumerics](https://www.nuget.org/packages/System.DoubleNumerics) library for double internal support. With the original idea...

[System.DoubleNumerics](https://www.nuget.org/packages/System.DoubleNumerics) was suggested by @ricaun . I was also not familiar with it before, mostly it seems like a simple copy-paste of System.Numerics' source code, modified to use doubles instead...

These SIMD optimizations should automatically kick in to my knowledge, but I am not an expert on this topic. At least some people managed to implement custom vector types with...

This issue is still active, in the GitHub CI, the following parsing times are measured for CodeCompass itself: - Ubuntu 20.04, sqlite: 29m - Ubuntu 20.04, postgresql: 13m - **Ubuntu...

:warning: **Temporary fix:** not including the `prctl.h` when compiling on macOS and omitting the behaviour described below. While it is useful, it is not crucial and parsing should basically work...

:heavy_check_mark: __Fixed!__ The solution was that `libodb` and CodeCompass must be compiled with the same compiler, this will be Clang in our case. :exclamation: __Issue:__ fail to link `libutil` against...

:heavy_check_mark: **Fixed!** by defining the `sighandler_t` function pointer type when compiling on macOS. :exclamation: **Issue:** The multi-threaded management of the Mongoose-based web server uses signal management to catch _SIGINT_ and...