Files
@ r28778:c42d642d099c
Branch filter:
Location: cpp/openttd-patchpack/source/.gitignore
r28778:c42d642d099c
98 B
text/plain
Change: Improve performance of finding free pool slots. (#12055)
Add a bitmap of used pool slots which allows finding a free pool slot without having to check if each index is already used or not.
Loosely based on a JGRPP patch.
Add a bitmap of used pool slots which allows finding a free pool slot without having to check if each index is already used or not.
Loosely based on a JGRPP patch.