Skip to content

Commit

Permalink
17568: Removes entity cache indirection to improve performance, plus …
Browse files Browse the repository at this point in the history
…accompanying code cleanup (#10)
  • Loading branch information
howsohazard authored Sep 21, 2023
1 parent ed06c66 commit 8653121
Show file tree
Hide file tree
Showing 41 changed files with 1,976 additions and 2,057 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ set(COMMON_SOURCE
src/Amalgam/entity/EntityQueryBuilder.h
src/Amalgam/entity/EntityQueryCaches.cpp
src/Amalgam/entity/EntityQueryCaches.h
src/Amalgam/entity/EntityQueryManager.h
src/Amalgam/entity/EntityWriteListener.cpp
src/Amalgam/entity/EntityWriteListener.h
src/Amalgam/evaluablenode/EvaluableNode.cpp
Expand Down
1 change: 0 additions & 1 deletion src/Amalgam/Amalgam.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@
<ClInclude Include="entity\EntityQueriesStatistics.h" />
<ClInclude Include="entity\EntityQueryBuilder.h" />
<ClInclude Include="entity\EntityQueryCaches.h" />
<ClInclude Include="entity\EntityQueryManager.h" />
<ClInclude Include="entity\EntityWriteListener.h" />
<ClInclude Include="evaluablenode\EvaluableNode.h" />
<ClInclude Include="evaluablenode\EvaluableNodeManagement.h" />
Expand Down
3 changes: 0 additions & 3 deletions src/Amalgam/Amalgam.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@
<ClInclude Include="entity\EntityQueryCaches.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="entity\EntityQueryManager.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="entity\EntityWriteListener.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down
2 changes: 1 addition & 1 deletion src/Amalgam/AmalgamMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include "Entity.h"
#include "EntityExternalInterface.h"
#include "EntityQueries.h"
#include "EntityQueryManager.h"
#include "EntityWriteListener.h"
#include "EvaluableNode.h"
#include "EvaluableNodeTreeFunctions.h"
#include "Interpreter.h"
#include "Parser.h"
#include "PerformanceProfiler.h"
#include "PlatformSpecific.h"
Expand Down
1 change: 0 additions & 1 deletion src/Amalgam/SBFDSColumnData.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//project headers:
#include "DistanceReferencePair.h"
#include "EvaluableNode.h"
#include "EvaluableNodeTreeFunctions.h"
#include "HashMaps.h"
#include "IntegerSet.h"

Expand Down
Loading

0 comments on commit 8653121

Please sign in to comment.