RPL mini-challenge: Create an anti-Identity Matrix
|
05-13-2018, 09:55 PM
(This post was last modified: 05-14-2018 01:54 AM by Claudio L..)
Post: #30
|
|||
|
|||
RE: RPL mini-challenge: Create an anti-Identity Matrix
I did some timings with newRPL on real 50g hardware. All times are for 1000 executions with argument of 30:
Code:
Bytes: 32 Code:
Bytes: 132 Code:
Bytes: 24 Code:
Bytes: 112 And finally, I think the fastest implementation is Pier idea with 3298 improvements: Code:
Bytes: 64 Clearly, the advantage is in the element-by-element approach (EDIT: versus the full matrix ones, and "packed" elements using NDUPN is the winner approach). EDIT: Added total bytes of each version in newRPL (for completeness only). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 10 Guest(s)