You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/AudioSystem/Code
jackalbe 4818d1ce80
{LYN-4224} Fix for the file scan slowdown (#1252)
* {LYN-4224} Fix for the file scan slowdown (#1183)

* {LYN-4224} Fix for the file scan slowdown

* Fixed a slowdown in the file scanning logic
* Improved the file scanning logic from previous code by 40%

Tests:
Using Testing\Pytest\AutomatedTesting_BlastTest

old code:
=== 7 passed in 96.13s (0:01:36) ===

current code:
=== 7 passed in 160.45s (0:02:40) ====

newest code:
=== 7 passed in 52.91s ===

* fixing a unit test compile error

* unit test fixes

* another file improvement

* fix for legacy level loading taking too long

* making an enum for the search types

* switched the enum to "allow" types to make the input more clear

* got rid of orphaned const variables
5 years ago
..
Include Remove legacy serialization and QPropertyTree (#684) 5 years ago
Platform Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758) 5 years ago
Source SPEC-2513 Fixes to enable w4457 5 years ago
Tests {LYN-4224} Fix for the file scan slowdown (#1252) 5 years ago
CMakeLists.txt Merge remote-tracking branch 'origin/lawsonamzn_prototype_gem_naming_conventions' into ly-as-sdk/LYN-2948-phistere 5 years ago
audiosystem_editor_files.cmake Initial commit 5 years ago
audiosystem_editor_shared_files.cmake Initial commit 5 years ago
audiosystem_editor_tests_files.cmake Initial commit 5 years ago
audiosystem_files.cmake Initial commit 5 years ago
audiosystem_shared_files.cmake Initial commit 5 years ago
audiosystem_stub_files.cmake Initial commit 5 years ago
audiosystem_tests_files.cmake Initial commit 5 years ago