Open kevaundray opened 2 years ago
Instead of precomputing all of the points in the matrix, we can precompute only the first row.
Using a bucket like method, we can furthermore amortise the doublings across the scalars.
Benchmarks are needed to check what will be the performance degradation with this strategy
Instead of precomputing all of the points in the matrix, we can precompute only the first row.
Using a bucket like method, we can furthermore amortise the doublings across the scalars.
Benchmarks are needed to check what will be the performance degradation with this strategy