scummvm/backends/networking
Alexander Tkachev 5636ffb180 CLOUD: Tweak Networking::Reader pattern-matching logic
Instead of doing linear strcmp-like operation after every byte read, Reader now computes a "hash" of the needle it searches for and updates "hash" of the window contents. Now, it only does strcmp if window has the same "hash" as the needle, which also improves file upload speed for ScummVM's local webserver.
2021-11-01 12:15:27 +01:00
..
curl JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
sdl_net CLOUD: Tweak Networking::Reader pattern-matching logic 2021-11-01 12:15:27 +01:00