uvw/TODO
2023-02-24 10:43:03 +01:00

6 lines
261 B
Plaintext

* Make all tests pass on all platforms
* Pass the events to the emitter, avoid allocations for the map and the handlers (use an std::tuple<handler<T>...>)
* Reduce compile-time, use clang ftime and whatnot
* add iwyu and clean up everything
* Allocator support