Okay thanks. What will be faster: rendering one big 10 000 x 10 000px vertex array or rendering just 25x19 32px visible tiles? Then every tile is separate sf::Sprite, all are using the same texture.
Of course I could benchmark it, but my map code is quite complex and I'm considering switching to vertex array but I'm not sure.