common improvements (#366)

- std container replacements for vector, unordered_map, unordered_set
  - unordered_map and unordered_set replaced with ska::flat_hash_map
  - vector replacement is still std::
- unordered_map performance test (std:: vs ska::)
- backlog improvements
- wiArchive improvements
- editor: added option to dump scene to C++ header file
- common improvements, refactors
This commit is contained in:
Turánszki János
2021-11-28 22:12:05 +01:00
committed by GitHub
parent 3a08a2bfc6
commit 16d9a8de74
96 changed files with 2680 additions and 944 deletions
-2
View File
@@ -2,8 +2,6 @@
#include "MaterialWindow.h"
#include "Editor.h"
#include <sstream>
using namespace wiGraphics;
using namespace wiECS;
using namespace wiScene;