raze-gles/source/thirdparty/src
Christoph Oelckers e24b1e8903 - replaced all uses of xxhash with SuperFastHash.
That's one more third party dependency down.
Not only are two hashing algorithms redundant, there was also a large size discrepancy: SuperFastHash is 3 kb of source code while xxhash is 120kb and generally extremely awful code.
It was easy to make a choice here. None of the use cases require this kind of performance tweaking, the longest hashed block of data is a 768 byte palette.
2019-11-02 22:52:13 +01:00
..
base64.cpp - various fixes and improvements related to file location management: 2019-11-02 00:38:30 +01:00
enet.cpp - made things compile again after updating enet. Also removed the redundant dumb and game_music_emu libraries which just got imported by accident when using other things from GZDoom. 2019-10-20 09:16:01 +02:00
fix16.cpp - moved fix16 to thirdparty as well and removed the now unused assembly files. 2019-09-20 22:21:31 +02:00
fix16_str.cpp - moved fix16 to thirdparty as well and removed the now unused assembly files. 2019-09-20 22:21:31 +02:00
md4.cpp - moved 4 more. 2019-09-20 23:12:07 +02:00
sjson.cpp - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00