Performance
"bob eob" <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <trinity-4a17b455-9035-458e-adff-5bd496cfaa52-1470971513342@3capp-mailcom-bs06> |
Hi, I'm just wondering how I might speed up my code with little or no effort! Do class fields marked as read-only improve performance? Might I get faster code by merging all my modules into one big file? Or any other tricks along those lines? I'm already compiling with -Obench and using specific math functions like =fx instead of = where I can. Thanks,