MyPlot
MyPlot copied to clipboard
Async/Await + Libasynql
Introduction
The existing MyPlot implementation is very heavily single threaded and relies on the cache too much.
Relevant issues
- N/A
Changes
API changes
TODO
Behavioral changes
90% of the API is converted to an async/await structure
Backwards compatibility
There are many BC breaks in the conversion from a synchronous to an asynchronous API. The major version will be bumped to indicate the changes.
Follow-up
TODO
Tests
TODO