skyline/app
PixelyIon 33f1a3e1b3 Optimize Service Function Lookup
This moves from using std::function with a this pointer binding (which would likely cause a heap allocation) to returning the this pointer in a structure which implements operator() to do the call with it. It also moves to using const char* for strings from std::string_view which was pointless in this scenario due to it's usage being limited to being a C-string for the most part, it also integrates the class name directly into the string which allows us to avoid runtime string concatenation in libfmt and RTTI for finding the class name.
2021-03-23 02:40:02 +05:30
..
libraries Implement Perfetto Tracing 2021-03-23 02:40:02 +05:30
src/main Optimize Service Function Lookup 2021-03-23 02:40:02 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30
CMakeLists.txt Implement Perfetto Tracing 2021-03-23 02:40:02 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30