performance

  1. C

    AI says 'Caching values' in loops containing string.ToLowerCase improves performance, is this true?

    I've been having my first play with https://chatgpt.com/g/g-67c449c559188191877c2b94019f028b-b4x-assistent (thanks to @Alexander Stolte!). Just firing questions and trying to learn. I ended up chatting about string performace in relation to string.ToLowerCase and it started talking about...
  2. amorosik

    Android Question CloudKVS - how to decrease information exchange delay between client and server?

    CloudKVS tutorial In order to speed up the exchange of information, I experimented with the examples attached to the project description In particular, on the Android client project, on Starter service I tried to decrease the refresh time to 0.001 Sub Service_Create ckvs.Initialize(Me...
  3. P

    Android Question Very poor webview performance

    Hi I'm loading a local html in a webview, but the webview is extremely slow. I tried adding hardware accelerating to manifest, and everything else found in forum. But none of them worked. I uploaded my project. if that helps. Also there's only a webview in my activity. nothing else This is...
Top