Open intsuc opened 2 years ago
Defunctionalized functions are dispatched in O(logN) time where N is the number of functions in a whole project. However, sometimes we need a lower upper bound than O(logN) where performance is critical. ...
Defunctionalized functions are dispatched in O(logN) time where N is the number of functions in a whole project. However, sometimes we need a lower upper bound than O(logN) where performance is critical. ...