Update Resource Management Discussion 2017 12 04 authored by Thomas Vierjahn's avatar Thomas Vierjahn
......@@ -36,3 +36,33 @@ we discussed this
* ResourceLoader Performance test throws `basic_string` when `.dummy` is used without period.
* adjust documentation comment in the beginning of resource_data.hpp
## some performance measures
### before
* test 100M GetAs performance
0m4.253s
0m4.228s
0m4.220s
0m4.409s
0m4.199s
* test 100M Declare Load GetAs performance
0m5.237s
0m5.181s
0m5.189s
0m5.238s
0m5.429s
### after
* test 100M GetAs performance
0m3.008s
0m3.010s
0m3.030s
0m3.111s
0m3.092s
* test 100M Declare Load GetAs performance
0m3.762s
0m3.732s
0m3.854s
0m3.808s
0m3.790s
\ No newline at end of file