Open jacek-kurlit opened 2 weeks ago
During implementation of highlight it came to me that we may cache parsed table data instead recreating it each frame. It may speed up entire app as we don't need to perform a lot of allocations and computations. This needs to be confirmed though
During implementation of highlight it came to me that we may cache parsed table data instead recreating it each frame. It may speed up entire app as we don't need to perform a lot of allocations and computations. This needs to be confirmed though