Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
totally speed up prefix:<->(Complex), or so I hope.
This patch replaces one line of code with 10, but it should avoid any box and unbox operation. Doing the same with operators will be rather straight-forward, but quite repetitive. I wonder if it could be automated. I have read about tools called "compilers" that could make such a task much easier... :-)
- Loading branch information