I want to share a feeling, I don't really know how to describe it.
But since some releases, I feel the game extra smooth. I'm not talking about framerate, my hardware had been able to do short frametime and then high framerate for a very long time but I didn't get that feeling before. Also, My screen is still limited to 60fps, so I'm not getting this smoothness feeling from getting more frames being rendered.
My assumption is that the feeling may come from less jittery frame, i.e. frames making themselves to the display with a constant time. Let's imagine you have a 60Hz screen, and the game renders at 200 fps, but every 10 frame, one frame would miss the 60Hz tick rate. You would still get an high framerate but experience frame skip.
I noticed I sometime just move my mouse around and this produces me some satisfaction and this feeds the feeling of the engine being very different (in a much better way) than before. I just like to move my camera around and move the player around and appreciate the smoothness.
Does it happen to you too?
I wonder if this feeling comes from some a specific optimisation we did, or the whole collection of the one we did. Since I experience the difference even when moving around as a spectator in a simple map like plat23, I highly suspect the very stupid IPC round trips, useless cvar read from local-only variable and the lack of game-side cvar caching were the cause of the non-smoothness I experience to be now gone.
Do you experience a similar feeling?