Revision r4387
👤 terminx
📅 2014-03-22 02:26:39 -0700 (Sat, 22 Mar 2014)
Add xxHash (https://code.google.com/p/xxhash/), a faster alternative to CRC32, and implement it in a few places. This is around 20-30% faster than CRC32 for me (it's also implemented into the "fileinfo" console command, so you can test for yourselves). I didn't have time to gather up all of the files supported by the startup window so this isn't used there yet. Additionally, this is by the same author as the LZ4 compression library we already use.
Revision r4386
👤 terminx
📅 2014-03-22 02:25:51 -0700 (Sat, 22 Mar 2014)
Some basic changes for Android support. DONT_BUILD.
Revision r4385
👤 terminx
📅 2014-03-22 02:25:15 -0700 (Sat, 22 Mar 2014)
Widespread use of ARRAY_SIZE macro.
Raw Content
------------------------------------------------------------------------
r4388 | terminx | 2014-03-22 02:27:21 -0700 (Sat, 22 Mar 2014) | 1 line
Upgrade ENet library
------------------------------------------------------------------------
r4387 | terminx | 2014-03-22 02:26:39 -0700 (Sat, 22 Mar 2014) | 1 line
Add xxHash (https://code.google.com/p/xxhash/), a faster alternative to CRC32, and implement it in a few places. This is around 20-30% faster than CRC32 for me (it's also implemented into the "fileinfo" console command, so you can test for yourselves). I didn't have time to gather up all of the files supported by the startup window so this isn't used there yet. Additionally, this is by the same author as the LZ4 compression library we already use.
------------------------------------------------------------------------
r4386 | terminx | 2014-03-22 02:25:51 -0700 (Sat, 22 Mar 2014) | 1 line
Some basic changes for Android support. DONT_BUILD.
------------------------------------------------------------------------
r4385 | terminx | 2014-03-22 02:25:15 -0700 (Sat, 22 Mar 2014) | 1 line
Widespread use of ARRAY_SIZE macro.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.