in reply to Re: Inline::C on Windows: how to improve performance of compiled code?
in thread Inline::C on Windows: how to improve performance of compiled code?
# 18.2613549232483 # 3.09944152832031e-006 # 7.17122101783752 # 0.186490774154663
Those are results of running your example (with 1e8 iterations) on Windows and Linux, respectively. Looks to me, "C from C" on Windows got optimized away, but "C from Perl" gives same picture (lagging behind, W vs L) as in OP. And right now I'm interested in eliminating this lagging. Optimization to try to avoid 1e8 calls is in future plans ;).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Inline::C on Windows: how to improve performance of compiled code?
by syphilis (Archbishop) on Jun 15, 2018 at 09:02 UTC |