
20 Mar
2019
20 Mar
'19
1:28 a.m.
Am 19.03.19 um 22:58 schrieb Станислав Черничкин:
possibly because of inlining of specialization magic.
I have seen people validate this kind of assumption, by looking at the various intermediate representations of code. If you're after performance, you may want to do that. You may find that things work differently than expected, with the potential for becoming a bottleneck when stuff is scaled up (more varied datatypes in the input stream, or more complex target datatypes, stuff hidden behind "oh I don't need GC yet", that kind of finding). Regards, Jo