Gregory Popovitch

Results 101 comments of Gregory Popovitch

Hi @gf777 , I'm away from home and I can't have a good look at your code right now. I believe there should not be any problem accessing `map1` and...

> ps. dereferencing the individual map in the maps vector should be ok because this is how the vector is defined https://github.com/vgl-hub/kreeq/blob/int32/include/kreeq.h#L68 Makes sense. I'll do a more careful code...

Don't you access in read/write the same `parallelMap32` (`maps32[m]`) from multiple threads without a mutex protection?

Create a file `~/.config/gf2_config.ini` and add something like: ``` [executable] path=./unittests/unit_test arguments=--run_test=basic_test ask_directory=0 [commands] Set breakpoint=b tests.cpp:72 ```

Hi @alexandergunnarson , thanks for using `gtl` and for the interesting question. To be honest, I have not looked in great detail at `AVX-256/AVX-512` support, so I can really answer...

Sure, [here](https://github.com/greg7mdp/gtl/blob/dfc32000a7e742537e2a7a2e802663f8f92e03c0/include/gtl/phmap.hpp#L863-L1013) is the implementation for both the SSE2 and portable C++ versions. You could definitely experiment with adding a AVX version. Boost since version 1.82 also has a good...

> Ok - I don't know whether it was removing the .gdfuse directory or upgrading to 0.7.32 It was probably removing the `.gdfuse` directory. I had the same issue and...

Did you install `libfreetype-dev` and build with `-lfreetype -D UI_FREETYPE -I /usr/include/freetype2`?

Please merge this fix for 1.89. We're getting a ton of warnings with clang 20.1.3. ``` [1086/1397] Building CXX object libraries/chain/CMakeFiles/eosio_chain.dir/webassembly/action.cpp.o In file included from /__w/spring/spring/libraries/chain/webassembly/action.cpp:1: In file included from...