VOM7HC
VOM7HC
Hi @loic-sharma, Is there anything prevent you merge this feature?
Hi Johan, with ```google-assistant-library``` was [deprecated](https://github.com/googlesamples/assistant-sdk-python/issues/359), may be source code will available? Thank you for considering my request.
Hi @prajjwaldimri, if I pull request, can you merge to your repo?
okay thank @prajjwaldimri
I just improve it minor. But I think we must change mathematics formula so much from float to integer. Because Bastiaan used too much float - double math, but CPU...
One of reasons I think Bastiaan's compiled version working better is MSVC and Mingw. Now Vi3itor version is built from MSVC and Bastiaan is Mingw, that why his code can...
> Yeah, it would be interesting to see to what extent VLAs affect the performance. Yeah, Array allocated in Stack and Vector is allocated in both Heap and Stack (although...
Hello all, I create a discussion, topic: improve performance, so anyone care performance can join this discussion. #6
> > Can you try running the initial version of the game, compiled and published by Bastiaan? > > Hello I tried to run the demo but that didn't work...
Have you ever tried my new instruction build on Windows with VS 2019? This build is support Debugging mode. Since debug mode it will generate text log in build folder...