Using a double for everything gives the highest precision and makes things much easier but is that the way to go or does it costs quite a bit in performance?
performance cost of sample conversion
Psychological Cleanup via Digitalmars-d-learn Wed, 06 Sep 2017 19:11:23 -0700
if I have a non-double buffer and temporarily convert to double
then convert back, do I save many cycles rather than just using a
double buffer? I know it will bea lot more memory, but I'm
specifically talking about the cycles in converting to and from
vs no conversion.
- performance cost of sample c... Psychological Cleanup via Digitalmars-d-learn
- Re: performance cost of... Ali Çehreli via Digitalmars-d-learn
- Re: performance cos... Psychological Cleanup via Digitalmars-d-learn
- Re: performance cos... Johan Engelen via Digitalmars-d-learn
