open_toontown_panda3d/makepanda
rdb 07545bc9e3 dtoolbase: Use mimalloc on Windows, disable USE_DELETED_CHAIN
Windows' malloc has awful performance.  mimalloc is orders of magnitude faster, even faster than DeletedBufferChain.  Therefore, only enable USE_DELETED_CHAIN on Windows when building without mimalloc.

On Linux, mimalloc doesn't appear to be measurably faster than glibc's own allocator.  Both are marginally than DeletedBufferChain, though, and substantially faster in the multi-threaded case, so USE_DELETED_CHAIN is disabled there in all cases.
2022-02-04 23:50:57 +01:00
..
confauto.in makepanda: enable Assimp in default Confauto.prc if built 2018-10-07 23:00:17 +02:00
config.in makepanda: Add pandagles2 to Config.prc, fall back if pandagl not built 2021-12-06 22:25:28 +01:00
getversion.py makepanda: Code formatting 2020-12-31 13:44:13 +01:00
installer.nsi Merge branch 'release/1.10.x' 2021-11-02 15:20:41 +01:00
installpanda.py Merge branch 'release/1.10.x' 2022-01-14 10:50:10 +01:00
makepackage.py makepanda: Fix wrong installation path for Python SDK on Debian/Ubuntu 2022-01-05 08:48:26 +01:00
makepanda.bat makepanda: use Python 3.8 by default in makepanda.bat 2020-01-06 03:25:35 +01:00
makepanda.py dtoolbase: Use mimalloc on Windows, disable USE_DELETED_CHAIN 2022-02-04 23:50:57 +01:00
makepanda.sln general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
makepandacore.py makepanda: Fix wrong installation path for Python SDK on Debian/Ubuntu 2022-01-05 08:48:26 +01:00
makewheel.py makewheel: Fix huge .whl files due to lack of compression for some files 2022-01-10 15:43:23 +01:00
panda-install.bmp New branding images for 1.10.0 2019-01-03 14:44:17 +01:00
panda3d.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
pview.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
selfdestruct.py cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
test_wheel.py Merge branch 'release/1.10.x' 2022-01-05 08:50:11 +01:00